Spaces:
Sleeping
Sleeping
File size: 133 Bytes
9ccb3aa |
1 2 3 4 5 |
from qna_retrival.schema import EmbeddingTypes, IndexerType
indexer_type = IndexerType.FAISS
embedding_type = EmbeddingTypes.OPENAI
|