Metadata-Version: 2.4
Name: tmf-rag-back
Version: 0.2.0
Summary: Motor de RAG (retrieval semântico) montável da plataforma TMF — pgvector + HNSW em schema Postgres dedicado 'rag', embedding injetado pelo host via EmbeddingPort
Author-email: Trade Marketing Force LTDA <dev@trademarketingforce.com>
License: Proprietary - Trade Marketing Force LTDA
Project-URL: Homepage, https://git.trademarketingforce.com/TMF/tmf-platform
Project-URL: Repository, https://git.trademarketingforce.com/TMF/tmf-platform.git
Keywords: tmf,rag,embeddings,pgvector,retrieval,service
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: FastAPI
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: fastapi>=0.110
Requires-Dist: uvicorn[standard]>=0.27
Requires-Dist: sqlalchemy[asyncio]>=2.0
Requires-Dist: asyncpg>=0.29
Requires-Dist: alembic>=1.13
Requires-Dist: psycopg2-binary>=2.9
Requires-Dist: pydantic>=2.0
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pgvector~=0.4
Requires-Dist: structlog>=24.1
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"
Requires-Dist: aiosqlite>=0.19; extra == "dev"
Dynamic: license-file
