Find answers from the community

Updated 2 years ago

I recently saw the video on the youtube

At a glance
I recently saw the video on the youtube channel titled " Discover LlamaIndex: Joint Text to SQL and Semantic Search "
I had a doubt whether instead of using the pine API key I want to use open source LLMs. Can you guide me through this.
Also is this same thing possible through LangChain
W
1 comment
Pincone has been used to store the vectors only. You can choose LlamaIndex own in memory VectorStoreIndex or try chroma/Waviate/Mongo.

Also for opensource LLM, Yes you can try from Huggingface/Palm/Replicate etc. Or you can setup LLM locally and use them.

Checkout this for more:
https://gpt-index.readthedocs.io/en/stable/core_modules/model_modules/llms/modules.html
Add a reply
Sign up and join the conversation on Discord