amaiya / onprem

A tool for running on-premises large language models with non-public data
https://amaiya.github.io/onprem
Apache License 2.0
684 stars 32 forks source link

Remove call to persist #68

Closed amaiya closed 3 months ago

amaiya commented 3 months ago

Invoking the persist method yields the following warning:

/home/user/mambaforge/lib/python3.10/site-packages/langchain_core/_api/deprecation.py:119: LangChainDeprecationWarning: Since Chroma 0.4.x the manual persistence method is no longer supported as docs are automatically persisted.

Remove call to db.persist().