weaviate vector store
)vector_store = WeaviateVectorStore( weaviate_client=client, index_name="Wikiindex_docs" ) storage_context = StorageContext.from_defaults(vector_store=vector_store) doc_index = VectorStoreIndex.from_documents([], storage_context=storage_context) for d in tqdm(docs_list): doc_index.insert(d)
"text": "The fans voted in Jordan as an All-Star starter during his rookie season. Controversy arose before the 1985 NBA All-Star Game when word surfaced that seve....." }, "vectorWeights": null
null
and I don't see the embeddings of this text anywherevector
field by default, so I just had to specify the following in the URL:http://localhost:8080/v1/objects?include=vector