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

Removed deprecated Chromadb.persist() call #71

Closed dwvisser closed 2 months ago

dwvisser commented 2 months ago

and unneeded f-string delimiters.

I edited the notebook, then checked things with:

  1. nbdev_export
  2. nbdev_test
  3. nbdev_preview
dwvisser commented 2 months ago

See https://api.python.langchain.com/en/latest/vectorstores/langchain_community.vectorstores.chroma.Chroma.html#langchain_community.vectorstores.chroma.Chroma.persist

dwvisser commented 2 months ago

My local copy hadn't been up-to-date with master. This PR is unnecessary.