610 Commits
Author SHA1 Message Date
NirantK 1c30491623 * chore(pyproject.toml): add sentence-transformers package
* chore(pyproject.toml): update black line-length to 120
* chore(pyproject.toml): update isort profile to "black"
* chore(pyproject.toml): update ruff line-length to 120
2023-07-11 19:21:46 +05:30
NirantK f0df5040a4 * feat(.pre-commit-config.yaml): add pre-commit hooks for trailing whitespace, end-of-file-fixer, check-yaml, check-added-large-files, and black 2023-07-11 19:21:35 +05:30
NirantK e7f13fdb73 * fix(qdrant_mixin.py): import SentenceTransformer from sentence_transformers package
* feat(qdrant_mixin.py): add model_name parameter to upsert_docs method
* feat(qdrant_mixin.py): add query method to perform search in QdrantClientMixin
2023-07-11 19:19:25 +05:30
NirantK 42f947b21a * chore(usage.py): add example usage of client.query for demo purposes 2023-07-11 19:19:09 +05:30
NirantK da14404240 * feat(qdrant_mixin.py): add QdrantClientMixin class with upsert_docs method
* fix(qdrant_mixin.py): add missing newline at end of file
2023-07-11 19:10:16 +05:30
NirantK 339ca65c8a * feat(usage.py): add usage example for upserting documents in QdrantClient 2023-07-11 19:09:59 +05:30
NirantK a9ece4f37d * chore(pyproject.toml): update project description to "Fast embedding alternative to Sentence transformers"
* chore(pyproject.toml): add pre-commit dependency
2023-07-11 18:27:34 +05:30
NirantK 6e37053335 * docs: add CONTRIBUTING.md and README.md files 2023-07-11 18:26:34 +05:30
NirantK 22d9683271 * chore(pyproject.toml): add pyproject.toml file
* feat(pyproject.toml): add project metadata and dependencies
* chore(pyproject.toml): specify build system requirements
2023-07-11 16:56:16 +05:30
Nirant d567f27ce8 Initial commit 2023-07-05 08:49:59 +05:30