This commit is contained in:
hailin 2025-05-08 17:29:43 +08:00
parent dc5428da62
commit ae60c49fd1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import os
from llama_index.core import SimpleDirectoryReader, VectorStoreIndex, ServiceContext, PromptTemplate
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
from llama_index.vector_stores.faiss import FaissVectorStore