Skip to content
Snippets Groups Projects
Unverified Commit 595c567b authored by Logan's avatar Logan Committed by GitHub
Browse files

fix some imports (#10485)

parent 36f66ec7
No related branches found
No related tags found
No related merge requests found
Pandas Query Engine
=======================
.. automodule:: llama_index.query_engine.pandas_query_engine
.. automodule:: llama_index.query_engine.pandas.pandas_query_engine
:members:
:inherited-members:
......@@ -3,7 +3,10 @@
from llama_index.vector_stores.astra import AstraDBVectorStore
from llama_index.vector_stores.awadb import AwaDBVectorStore
from llama_index.vector_stores.azureaisearch import AzureAISearchVectorStore
from llama_index.vector_stores.azureaisearch import (
AzureAISearchVectorStore,
CognitiveSearchVectorStore,
)
from llama_index.vector_stores.azurecosmosmongo import AzureCosmosDBMongoDBVectorSearch
from llama_index.vector_stores.bagel import BagelVectorStore
from llama_index.vector_stores.cassandra import CassandraVectorStore
......
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