zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
6.96k stars 490 forks source link

[Bug]: GPTCAche on deploying to ecs container , cannot connect with sqllite #556

Open MeghaWalia-eco opened 9 months ago

MeghaWalia-eco commented 9 months ago

Current Behavior

when trying to deploy the code on dev, data_manager = get_data_manager(CacheBase("sqlite"), VectorBase("faiss", dimension=onnx.dimension))

above statement is giving error

sqlite3.OperationalError: unable to open database file sqlite3.OperationalError: unable to open database file

in dev we are trying to deploy on ecs container

Expected Behavior

na

Steps To Reproduce

na

Environment

No response

Anything else?

No response