Skip to content
Snippets Groups Projects
Unverified Commit 858bd26a authored by Dharshan A's avatar Dharshan A Committed by GitHub
Browse files

Fix typo in comment of LlamaIndex model guide (multi-modal code) (#18103)

parent e9aa2a85
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ from llama_index.core import SimpleDirectoryReader
client = qdrant_client.QdrantClient(path="qdrant_mm_db")
# if you only need image_store for image retrieval,
# you can remove text_sotre
# you can remove text_store
text_store = QdrantVectorStore(
client=client, collection_name="text_collection"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment