danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

parsers module not found #8

Closed bsu3338 closed 3 months ago

bsu3338 commented 3 months ago

From the latest docker container build:

rag_api-1 | File "/app/main.py", line 29, in rag_api-1 | from parsers import process_documents rag_api-1 |ModuleNotFoundError: No module named 'parsers'

I assume it just needs added in the requirements.txt

bsu3338 commented 3 months ago

I did not have the latest container pulled.