Skip to content

Commit

Permalink
Update auto_vs_recursive_retriever.ipynb (#11503)
Browse files Browse the repository at this point in the history
`MetadataInfo`, `VectorStoreInfo` are in `llama_index.core.vector_stores.types`
  • Loading branch information
Yu-Shi authored Feb 29, 2024
1 parent d315271 commit 288f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/retrievers/auto_vs_recursive_retriever.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"outputs": [],
"source": [
"from llama_index.core.retrievers import VectorIndexAutoRetriever\n",
"from llama_index.core.vector_stores import MetadataInfo, VectorStoreInfo\n",
"from llama_index.core.vector_stores.types import MetadataInfo, VectorStoreInfo\n",
"\n",
"\n",
"vector_store_info = VectorStoreInfo(\n",
Expand Down

0 comments on commit 288f4df

Please sign in to comment.