LangChain - Embeddings and Vector Stores
Examine the code below:
Why does this code raise an error?
store = Chroma() store.add_texts(["doc1", "doc2"])
Why does this code raise an error?
store = Chroma() store.add_texts(["doc1", "doc2"])
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions