pdichone / ollama-fundamentals

36 stars 22 forks source link

Updated LangChain libraries #1

Open aphsa opened 1 day ago

aphsa commented 1 day ago
ollama-fundamentals/pdf-rag-streamlit.py:79: LangChainDeprecationWarning: Since Chroma 0.4.x the manual persistence method is no longer supported as docs are automatically persisted.
  vector_db.persist()

After making a prompt I get this message

2024-11-30 12:55:42.927 Examining the path of torch.classes raised: Tried to instantiate class '__path__._path', but it does not exist! Ensure that it is registered via torch::class_

Not sure how this affects the results