- from GPTSimpleVectorIndex to GPTVectorIndex

This commit is contained in:
Younis Bashir
2023-06-18 19:39:10 +03:00
parent 3a41904a32
commit 0227a2a05c
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,