NirantK
|
ab2f41ef8b
|
* chore(pyproject.toml): update tokenizers dependency version to ^0.14.1
|
2023-11-01 20:12:18 +05:30 |
|
Nirant
|
78416dd728
|
Merge pull request #48 from qdrant/remove-docs-clutter
Docs: Move cluttered notebook + Fix typos
|
2023-10-30 23:07:09 +05:30 |
|
NirantK
|
9c85a899c9
|
* docs(experimental): update dataset size in Binary Quantization with Qdrant.ipynb from 10K to 100K
|
2023-10-30 23:02:18 +05:30 |
|
NirantK
|
299042d592
|
* docs(examples): add explanation of Qdrant Client usage with FastEmbed library and Qdrant API
|
2023-10-30 23:01:26 +05:30 |
|
NirantK
|
d35ff16994
|
* chore(docs): rename Throughput_Across_Models.ipynb to fooling_around/Throughput_Across_Models.ipynb
|
2023-10-30 23:01:19 +05:30 |
|
Nirant
|
f8f8316fea
|
Merge pull request #38 from qdrant/explain_cossim
* docs(examples): update FastEmbed_vs_HF_Comparison.ipynb
|
2023-10-19 22:56:04 +05:30 |
|
NirantK
|
4999fa17b5
|
* docs(examples): update FastEmbed_vs_HF_Comparison.ipynb
with cosine similarity values for BAAI/bge-small-en and BAAI/bge-small-en-v1.5 embeddings
|
2023-10-19 22:49:25 +05:30 |
|
Nirant
|
7535d0e49f
|
Merge pull request #34 from qdrant/fix-broken-link-for-docs
Fix broken link in README
|
2023-10-19 20:21:33 +05:30 |
|
Nirant
|
eaa8c534f3
|
Fix broken link in README
|
2023-10-19 15:54:04 +05:30 |
|
Nirant
|
e04f0b161b
|
Merge pull request #32 from qdrant/supported-models-doc-update
Documentation Improvements
|
2023-10-19 14:06:37 +05:30 |
|
NirantK
|
ad297c4f13
|
* chore(Usage_With_Qdrant.ipynb): remove unnecessary outputs in code cells
|
2023-10-18 23:03:52 +05:30 |
|
NirantK
|
c1fdaf3303
|
* chore(Supported_Models.ipynb): update supported models table
* feat(Supported_Models.ipynb): add size_in_GB column to supported models table
|
2023-10-18 23:02:50 +05:30 |
|
Nirant
|
1608599bcb
|
Merge pull request #31 from qdrant/fix-defaults
Consistent Default to v1.5
|
2023-10-18 20:56:28 +05:30 |
|
NirantK
|
b61f8a48cc
|
Update to v1.5 model
|
2023-10-18 20:49:31 +05:30 |
|
NirantK
|
fd55b46f4b
|
* fix(embedding.py): update default model_name to "BAAI/bge-small-en-v1.5"
|
2023-10-18 20:49:01 +05:30 |
|
NirantK
|
a14aab8ef4
|
* refactor(Getting Started.ipynb): simplify code for initializing DefaultEmbedding class
|
2023-10-18 20:48:51 +05:30 |
|
Nirant
|
72591fe5d2
|
Merge pull request #27 from qdrant/add-bge-small-zh
* feat(embedding.py): add "BAAI/bge-small-zh-v1.5" model
|
2023-10-18 19:32:45 +05:30 |
|
Nirant
|
911b51d01c
|
Merge pull request #28 from qdrant/fix-parallel-in-embed-passage
pass embed arguments in `passage_embed` method
v0.1.1
|
2023-10-16 19:00:52 +05:30 |
|
generall
|
219185e677
|
pass embed arguments in passage_embed method
|
2023-10-16 14:57:51 +02:00 |
|
NirantK
|
f28087c71a
|
* fix(embedding.py): change dim value from 384 to 512 for the "BAAI/bge-small-zh-v1.5" model
* fix(test_onnx_embeddings.py): add canonical vector values for the "BAAI/bge-small-zh-v1.5"
|
2023-10-16 18:23:02 +05:30 |
|
NirantK
|
0203b0ae9e
|
* feat(embedding.py): add support for BAAI/bge-small-zh-v1.5 Chinese model
|
2023-10-16 18:20:56 +05:30 |
|
Andrey Vasnetsov
|
f02d713e93
|
Merge pull request #24 from qdrant/streaming-inference
implement data-parallel inference and up version
v0.1.0
0.1.0
|
2023-10-16 14:31:40 +02:00 |
|
Andrey Vasnetsov
|
c901da0820
|
Merge pull request #26 from qdrant/add_model_size
* feat(embedding.py): add size_in_GB information for each model
|
2023-10-16 14:26:13 +02:00 |
|
Nirant
|
f79de09ff7
|
Merge branch 'streaming-inference' into add_model_size
|
2023-10-16 17:54:33 +05:30 |
|
NirantK
|
7799180b18
|
* fix(embedding.py): update return type of list_supported_models method to include Union[int, float] for values in the dictionary
|
2023-10-16 17:52:43 +05:30 |
|
NirantK
|
e24ea64e21
|
* test(test_onnx_embeddings.py): skip specific model if size_in_GB is greater than 1
|
2023-10-16 17:52:35 +05:30 |
|
NirantK
|
299c76c099
|
* feat(embedding.py): add size_in_GB information for each model
|
2023-10-16 17:50:28 +05:30 |
|
generall
|
35ec40b3a3
|
review fixes
|
2023-10-16 14:19:58 +02:00 |
|
NirantK
|
b35cb28eeb
|
* refactor(embedding.py): reorder import statements in alphabetical order
* feat(embedding.py): add optional 'threads' parameter to DefaultEmbedding constructor
|
2023-10-16 17:39:21 +05:30 |
|
Nirant
|
c953a083cc
|
Merge branch 'main' into streaming-inference
|
2023-10-16 17:33:36 +05:30 |
|
Nirant
|
66c5cf76c6
|
Merge pull request #25 from qdrant/support-v1.5-models
* feat(embedding.py): add support for v1.5 models
|
2023-10-16 17:29:33 +05:30 |
|
NirantK
|
9e5d37846c
|
* feat(embedding.py): add support for BAAI/bge-small-en-v1.5 and BAAI/bge-base-en-v1.5 models
* feat(embedding.py): change default model to v1.5
|
2023-10-16 17:08:58 +05:30 |
|
generall
|
c719fc696d
|
disable large models on non-ubuntu CI
|
2023-10-16 13:27:28 +02:00 |
|
generall
|
24dc24b02d
|
implement data-parallel inference and up version
|
2023-10-16 13:07:07 +02:00 |
|
NirantK
|
c408b7e13e
|
* chore(main.html): add utm parameters to Qdrant Cloud link
|
2023-10-10 19:01:49 +05:30 |
|
NirantK
|
d2bdfee4e0
|
* docs(examples): update comparison notebook with more accurate description of embeddings similarity
|
2023-10-10 17:56:25 +05:30 |
|
NirantK
|
ac4375516f
|
Rename nbs; add Cosine similarity check
|
2023-10-10 17:55:37 +05:30 |
|
NirantK
|
ca6f9d629a
|
Add skeleton
|
2023-10-05 19:20:01 +05:30 |
|
NirantK
|
e0e7e5721e
|
Add generator note to the comment in Python block
|
2023-10-05 19:17:32 +05:30 |
|
NirantK
|
bc402694bd
|
Update code to handle Generator
|
2023-10-05 19:17:18 +05:30 |
|
Nirant
|
3139fb7275
|
Merge pull request #15 from qdrant/v0.0.5
bump version 0.0.5
0.0.5
|
2023-10-05 16:46:26 +05:30 |
|
generall
|
3fbc878ddd
|
bump version 0.0.5
|
2023-10-04 10:20:58 +02:00 |
|
Andrey Vasnetsov
|
fa8684f7ef
|
Merge pull request #13 from qdrant/0.5-suggestions
remove bulky dependencies
|
2023-10-04 10:04:06 +02:00 |
|
generall
|
288cee1d16
|
upd dependencies
|
2023-10-03 21:35:46 +02:00 |
|
generall
|
8c6d4d2b52
|
remove optimum + more test + fix batching embed + ci on other machines
|
2023-10-03 21:19:58 +02:00 |
|
NirantK
|
050d80ab51
|
* chore(docs): update index.md with FastEmbed library information and usage examples
* feat(docs): add installation instructions for FastEmbed with Qdrant Client
0.0.5a2
|
2023-09-28 10:52:38 +05:30 |
|
NirantK
|
49c2b3e7a9
|
* chore(docs): update installation command for fastembed in Getting Started.ipynb
* fix(docs): remove unnecessary casting of generator to list in code cell
|
2023-09-28 10:43:14 +05:30 |
|
NirantK
|
5e2ced87f5
|
* chore(README.md): update links and fix formatting in README.md
|
2023-09-27 18:00:19 +05:30 |
|
NirantK
|
ba1a12a0f0
|
* docs(README.md): update description of FastEmbed library
* fix(README.md): fix typo in the description of FastEmbed library
|
2023-09-27 17:59:21 +05:30 |
|
NirantK
|
983964c432
|
* docs(README.md): update links and descriptions in the README file
* feat(README.md): add usage example with Qdrant client
|
2023-09-27 17:57:51 +05:30 |
|