Using ChromaDB with Create-Llama 0.3.25: Workaround or Alternative Solutions
Using ChromaDB with Create-Llama 0.3.25: Workaround or Alternative Solutions
At a glance
The community member used npm create-llama successfully with ChromaDB until version 0.3.25 came out, at which point ChromaDB was no longer supported. The community member is looking for a workaround to use ChromaDB with create-llama 0.3.25.
In the comments, another community member is unsure what is meant by "chroma isn't supported". The original poster clarifies that they no longer have the option to use ChromaDB as the vector database, and it defaults to llamacloud instead.
Another community member suggests that the code generated can be changed, and that the vector database option was moved behind a flag in the CLI to simplify the experience. They recommend using the --help option to find the relevant flag (possibly --advanced or --pro).
Used npm create-llama successfully with chromaDB until version 0.3.25 came out now chromaDB isn't supported. been looking for a workaround but nothing yet. How can I use ChromaDB with create-llama 0.3.25? Any advise or pointing in the right direction will be greatly appreciated.
Hi Logan, apologies what I mean by that is that I don't have the option to use ChromaDB as the vector database anymore. Instead it defaults to llamacloud.
You can always change the code it generates. We moved the vectordb option behind a flag in the cli to simplfy the experience. Use the --help option, i can't remember the flag (--advanced? --pro?)