- from GPTSimpleVectorIndex to GPTVectorIndex

This commit is contained in:
Younis Bashir
2023-06-18 19:39:10 +03:00
parent c9768a0948
commit d90400e189
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from langchain.embeddings.huggingface import HuggingFaceEmbeddings
from langchain.llms.base import LLM
from llama_index import (
GPTListIndex,
GPTSimpleVectorIndex,
GPTVectorStoreIndex,
LangchainEmbedding,
LLMPredictor,
PromptHelper,