PDF-experimentation / configs.py
ritikjain51's picture
Added Streamlit app
9ccb3aa
raw
history blame contribute delete
133 Bytes
from qna_retrival.schema import EmbeddingTypes, IndexerType
indexer_type = IndexerType.FAISS
embedding_type = EmbeddingTypes.OPENAI