DAN-47 Use only MIT Apache models (#23)

Update this repo license as well as model attribution
This commit is contained in:
Yuhong Sun
2023-05-09 21:01:57 -07:00
committed by GitHub
parent 312366eae1
commit 6e59b02c91
13 changed files with 344 additions and 771 deletions

View File

@@ -12,8 +12,8 @@ from danswer.connectors.web.batch import BatchWebLoader
from danswer.datastores.interfaces import Datastore
from danswer.datastores.qdrant.indexing import recreate_collection
from danswer.datastores.qdrant.store import QdrantDatastore
from danswer.embedding.biencoder import DefaultEmbedder
from danswer.embedding.type_aliases import Embedder
from danswer.semantic_search.biencoder import DefaultEmbedder
from danswer.semantic_search.type_aliases import Embedder
from danswer.utils.logging import setup_logger