•   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.