ChatPDF / configs.py
xnetba's picture
Duplicate from ritikjain51/PDF-experimentation
e7afcc5
raw
history blame contribute delete
No virus
133 Bytes
from qna_retrival.schema import EmbeddingTypes, IndexerType
indexer_type = IndexerType.FAISS
embedding_type = EmbeddingTypes.OPENAI