Karthick Mani • about 2 years ago
Connect chroma db to streamlit app
Hi all, I have a RAG engine that generates embedding using chroma db locally. I am aware of using streamlit_chromadb_connection but could someone please offer suggestions on how to host my locally chroma db to query using `similarity_search_with_relevance_scores`? My chroma/ folder is ~1GB. Should I use AWS S3/GCS to host the folder to create Chroma db and query?
Comments are closed.

1 comment
Caroline Frasca Manager • about 2 years ago
Hey @Karthick, Thanks for sharing this question ❤️ Chroma has a guide here (https://docs.trychroma.com/deployment#simple-aws-deployment) that walks you through the process of deploying your DB to an AWS EC2 instance.