Find answers from the community

Updated 4 months ago

```

At a glance
Plain Text
/venv/lib/python3.11/site-packages/llama_index/core/program/utils.py:58: UserWarning: Failed to use `OpenAIPydanticProgram`. Please ensure that is installed by running `pip install llama-index-program-openai`.
  warnings.warn(
/venv/lib/python3.11/site-packages/llama_index/core/program/utils.py:58: UserWarning: Failed to use `OpenAIPydanticProgram`. Please ensure that is installed by running `pip install llama-index-program-openai`.
  warnings.warn(

Hello, I am uncertain as to why I keep receiving warnings. I utilized a markdown parser and query engine while using Anthropic as LLM and OpenAI embeddings. I am not using any structured output, so I am unsure why I continue to receive these warnings.
llama-index==0.10.12
L
H
3 comments
You can ignore this, its a long explanation
Thanks for the clarification. I was just concerned that I might be doing something wrong. πŸ˜„
Hello @Logan M ,

I apologize for bothering you again, but I have another question. I was wondering how we can manage new file handling with Chroma db. For instance, if I have already read the files from the directory and the collection is ready in the DB, how can I add a new file to the same collection in the DB?

If we create documents/nodes from the new documents and add them in the vector store as in the same collection, will that work? Also, if we remove any file from the directory, then how can we remove it from the Chroma collection?

Thank you.
Add a reply
Sign up and join the conversation on Discord