Commit Graph

  • e1e5975193 * docs(experimental): rename Binary Quantization.ipynb to Binary Quantization from Scratch.ipynb NirantK 2023-09-15 15:33:28 +05:30
  • a7a599d932 * chore(main.html): update Discord server link and name to Qdrant Discord server NirantK 2023-09-13 20:53:21 +05:30
  • 9c5d32f271 move nbs NirantK 2023-09-07 15:25:32 +05:30
  • defbe0cce2 Merge pull request #8 from qdrant/add_qdrant_client_example Nirant 2023-09-07 15:22:43 +05:30
  • 1292ded017 Add Qdrant Usage back to the example NirantK 2023-09-07 15:19:46 +05:30
  • 9cd13a890e Merge pull request #7 from Rishav-hub/patch-1 Nirant 2023-09-07 15:14:01 +05:30
  • bcf3cee8b8 Updated the hyperlink for "Retrieval with FastEmbed" Rishav Dash 2023-09-03 13:37:14 +05:30
  • 728ac49a91 * docs(experimental): update headings in Binary Quantization.ipyn, add emoji everywhere NirantK 2023-08-25 14:11:03 +05:30
  • 3d1b80e9de * docs(experimental): fix typo in Binary Quantization.ipynb * chore(experimental): update description of binary transformation step NirantK 2023-08-25 14:06:16 +05:30
  • 86e3b12e84 Improved readability NirantK 2023-08-25 14:05:21 +05:30
  • e62ed5edb2 * chore(docs): rename "Binary Quantisation.ipynb" to "Binary Quantization.ipynb" * docs(experimental/Binary Quantization.ipynb): update markdown headings * docs(experimental/Binary Quantization.ipynb): update markdown heading for loading data NirantK 2023-08-25 13:58:45 +05:30
  • ee87685fa5 * docs(experimental): add table with sampling rate, limit, and accuracy for binary quantisation NirantK 2023-08-25 13:54:36 +05:30
  • 750c9b340e * chore(Binary Quantisation.ipynb): update execution counts to null * refactor(Binary Quantisation.ipynb): remove unnecessary outputs NirantK 2023-08-25 13:54:31 +05:30
  • 5a16ce8c63 * chore(docs): rename notebook files * - Rename '03_HF_vs_FastEmbed.ipynb' to 'HF_vs_FastEmbed.ipynb' * - Rename '01_Retrieval_with_FastEmbed.ipynb' to 'Retrieval_with_FastEmbed NirantK 2023-08-25 13:41:32 +05:30
  • 5f229b2bc3 Binary Quantisation NirantK 2023-08-25 13:40:23 +05:30
  • 743a095a93 * chore(docs): update HF_vs_FastEmbed.ipynb and 04_1M_Embedding_Creation.ipynb * * HF_vs_FastEmbed.ipynb: * - Add code to calculate embeddings using mean pooling with attention weighting * - Fix variable name error in line 4 * * NirantK 2023-08-25 12:59:22 +05:30
  • 1bd639b817 * chore(docs): rename 02_Usage_with_Qdrant.ipynb to FastEmbed_Usage_with_Qdrant.ipynb in the experimental folder NirantK 2023-08-25 12:56:38 +05:30
  • 399d11eb8a * chore(.gitignore): add rule to ignore experimental .parquet files in docs/experimental directory NirantK 2023-08-25 12:56:25 +05:30
  • ac0f3315ed Cleaner notebook NirantK 2023-08-25 01:06:24 +05:30
  • df2152ef52 * docs(mkdocs.yml): add information about the original creator in the copyright section NirantK 2023-08-25 00:59:55 +05:30
  • 135a4524ac * refactor(docs/examples): rename files for better organization and numbering * rename(docs/examples): Rename 'Retrieval with FastEmbed.ipynb' to '01_Retrieval_with_FastEmbed.ipynb' * rename(docs/examples): Rename 'Usage with Qdrant.ipynb NirantK 2023-08-25 00:57:39 +05:30
  • 9e0d3c5e3a * chore(01_ONNX_Port.ipynb): fix formatting and remove unnecessary lines NirantK 2023-08-25 00:54:47 +05:30
  • 2f0e9a8507 * feat(examples): add 1M Embedding Creation notebook NirantK 2023-08-25 00:54:23 +05:30
  • 7479640a7b * (feat) HFvsFastEmbed.ipynb: Add new nb example NirantK 2023-08-25 00:54:18 +05:30
  • 38d449ba71 * chore(docs): fix formatting and remove extra newlines in Retrieval with FastEmbed.ipynb and Usage with Qdrant.ipynb examples NirantK 2023-08-25 00:38:54 +05:30
  • 64bd1d2ff8 * chore(docs): fix formatting in Getting Started.ipynb * refactor(docs): improve code readability in Getting Started.ipynb NirantK 2023-08-25 00:38:36 +05:30
  • 30ecdd838f * chore(embedding.py): fix indentation and remove unnecessary comments NirantK 2023-08-25 00:37:54 +05:30
  • 03b23af0a0 * refactor(test_onnx_embeddings.py): rename test_onnx_embeddigns.py to test_onnx_embeddings.py * chore(test_onnx_embeddings.py): remove unnecessary line breaks and whitespace * test(test_onnx_inference): add test case for onnx inference NirantK 2023-08-25 00:37:31 +05:30
  • 2427fa1d69 * docs(index.md): add link to advanced user guide for retrieval with FastEmbed NirantK 2023-08-24 23:45:35 +05:30
  • 53ce38c736 * docs(index.md): update documentation to remove outdated information and provide accurate description of FastEmbed library and installation process NirantK 2023-08-24 23:37:25 +05:30
  • a9c7378b67 * docs: update README.md and index.md with example link for Retrieval Embedding Generation NirantK 2023-08-24 20:29:55 +05:30
  • 42b50200c3 * docs(index.md): remove duplicate sentence about default embedding support NirantK 2023-08-24 20:28:45 +05:30
  • bd0fd1f7e9 * chore(docs): update Getting Started.ipynb * - Change section title from "What is happening under the hood?" to "Let's think step by step" * - Add a new subsection titled "Setup" * - Update the description in the code block from "FlagEmbedding" to NirantK 2023-08-24 17:05:46 +05:30
  • 32f204cc7b Remove outputs NirantK 2023-08-24 16:50:17 +05:30
  • 2a56e17f1e * chore(docs): update Getting Started.ipynb * - Update execution count for code cells * - Add output for code cells * - Update package installation command * - Update import statement for embedding class * - Update model name in embedding initialization * - Remove unnecessary tip section NirantK 2023-08-24 16:49:57 +05:30
  • 88b595f3ec * chore: update project description in pyproject.toml * docs: update project description in README.md and docs/index.md NirantK 2023-08-24 13:16:46 +05:30
  • 1809e8cd80 * chore(pyproject.toml): update version from 0.0.4a1 to 0.0.4 NirantK 2023-08-24 13:14:13 +05:30
  • 5f2a6fc260 Merge branch 'main' of https://github.com/qdrant/fastvector NirantK 2023-08-23 18:32:10 +05:30
  • 4a25dd4240 * chore(Usage with Qdrant.ipynb): update notebook title and add note about experimental status * chore(Usage with Qdrant.ipynb): update installation instructions for fastembed and qdrant-client NirantK 2023-08-23 18:31:48 +05:30
  • 5704c3d985 Merge pull request #3 from qdrant/dependabot/pip/certifi-2023.7.22 Nirant 2023-08-23 17:58:21 +05:30
  • bb87a61f92 * feat(Usage with Qdrant.ipynb): add output of document ids after adding documents to collection * docs(Usage with Qdrant.ipynb): add explanation for document ids NirantK 2023-08-23 13:12:50 +05:30
  • 52747aa64e * feat(Usage with Qdrant.ipynb): add Usage with Qdrant notebook example NirantK 2023-08-23 12:52:38 +05:30
  • 43e8f9678f * docs(examples/Retrieval with FastEmbed.ipynb): update tip message to include headings for query and passage embeddings NirantK 2023-08-23 12:52:22 +05:30
  • ee967e5353 build(deps): bump certifi from 2023.5.7 to 2023.7.22 dependabot[bot] 2023-08-23 05:51:59 +00:00
  • cf0e2023f5 * docs(examples): rename 01_Retrieval.ipynb to Retrieval with FastEmbed.ipynb NirantK 2023-08-23 11:21:44 +05:30
  • d1c5aa91e5 * chore(pyproject.toml): update version from 0.0.3a1 to 0.0.4a1 NirantK 2023-08-23 11:19:24 +05:30
  • 9fc1f1447d * fix(docs): update example notebook for retrieval with FastEmbed NirantK 2023-08-23 11:19:19 +05:30
  • ba5ada631a * feat(docs): add example notebook for retrieval with FastEmbed and Qdrant NirantK 2023-08-23 11:18:05 +05:30
  • 7e76b13269 * feat(embedding.py): add passage_embed and query_embed methods to Embedding class NirantK 2023-08-23 11:07:58 +05:30
  • 76cc10c761 * chore(.gitignore): update .gitignore to exclude local_cache directory in multiple locations NirantK 2023-08-23 11:06:52 +05:30
  • ecaeecf7e8 * chore(pyproject.toml): update version from 0.0.3a0 to 0.0.3a1 NirantK 2023-08-23 10:15:22 +05:30
  • 0c7574e95a * fix(test_onnx_embeddigns.py): change method name from encode to embed 0.0.3a1 NirantK 2023-08-23 09:51:44 +05:30
  • eb2317f425 * chore(docs): update comments in Getting Started.ipynb * fix(embedding.py): update method names in FlagEmbedding and OpenAIEmbedding NirantK 2023-08-23 09:51:38 +05:30
  • 2017fdc22a * fix(docs): change method name from encode to embed in DefaultEmbedding class * fix(README.md): change method name from encode to embed in Embedding class * fix(docs/Getting Started.ipynb): change method name from encode to embed in Embedding class NirantK 2023-08-23 09:49:48 +05:30
  • 3ff79e9dc7 * fix(embedding.py): rename encode method to embed in Embedding class * fix(embedding.py): rename encode method to embed in FlagEmbedding class * fix(embedding.py): rename encode method to embed in OpenAIEmbedding class NirantK 2023-08-23 09:48:31 +05:30
  • 3d76875c5d * fix(index.md): fix typo in embedding_model variable name from DeafultEmbedding to DefaultEmbedding NirantK 2023-08-22 21:29:56 +05:30
  • 22950b97d7 * chore(embedding.py): add docstrings to the retrieve_model method in the Embedding class * feat(embedding.py): add docstrings to the FlagEmbedding and DefaultEmbedding classes NirantK 2023-08-22 21:16:15 +05:30
  • 13f5ae8b56 * docs(Getting Started.ipynb): update code comments and add a tip for initializing the DefaultEmbedding class * docs(Getting Started.ipynb): update code comments to initialize the FlagEmbedding class NirantK 2023-08-22 21:14:33 +05:30
  • 9d51514a03 * fix(README.md): fix typo in import statement, change DefaultEmbedding to FlagEmbedding as Embedding * feat(README.md): update example code to use FlagEmbedding with model_name="BAAI/bge-base-en" and max_length=512 NirantK 2023-08-22 21:07:47 +05:30
  • bd1570f437 * chore(README.md): update README.md with improved formatting and content NirantK 2023-08-22 21:06:37 +05:30
  • 6e72ec02f7 * chore(embedding.py): reformat import statements and fix typing import order * feat(embedding.py): add docstring to Embedding class * feat(embedding.py): add docstring to FlagEmbedding class NirantK 2023-08-22 21:04:58 +05:30
  • b0f8a33a4f * docs(Getting Started.ipynb): add instructions for initializing DefaultEmbedding class without parameters NirantK 2023-08-22 21:02:25 +05:30
  • 38fc2940b8 * docs(Getting Started.ipynb): fix formatting and punctuation in the document list section NirantK 2023-08-22 21:02:17 +05:30
  • 22a8260c1a * docs(Getting Started.ipynb): update installation instructions and quick start guide * docs(Getting Started.ipynb): update section headings and explanations * docs(Getting Started.ipynb): update section heading and explanation NirantK 2023-08-22 20:53:22 +05:30
  • 0e039e503c * chore(docs): update example list of documents to encode in Getting Started.ipynb * - Change the first document from "query: Hello, World!" to "passage: Hello, World!" * - Add a new document "query: Hello, World!" as a separate embedding NirantK 2023-08-22 15:26:22 +05:30
  • 5b48fce67e * chore(docs/index.md): fix typo in DefaultEmbedding import statement * feat(docs/index.md): update example passage in documents list * docs(docs/index.md): add comment about leaving out prefix in documents list NirantK 2023-08-22 15:26:04 +05:30
  • 72d1a1d0d7 * chore(pyproject.toml): update version from 0.0.2 to 0.0.3a0 NirantK 2023-08-22 15:25:58 +05:30
  • b1449eddaa * docs(Getting Started.ipynb): update title to include emoji and change "Getting Started" to " Getting Started" * docs(index.md): update title to include emoji and update description to include "retrieval augmented generation" and mention support for NirantK 2023-08-22 15:02:46 +05:30
  • 9aebfb8913 * chore(favicon.png): rename favicon.png to assets/favicon.png NirantK 2023-08-22 15:00:57 +05:30
  • f9ba985678 * chore(mkdocs.yml): add header.autohide and announce.dismiss to the list of enabled theme plugins NirantK 2023-08-22 14:59:26 +05:30
  • 11f7dd8d7e * feat(mkdocs.yml): add logo to material theme configuration NirantK 2023-08-22 14:57:38 +05:30
  • 17ccc3a8aa * feat(docs): add favicon.png image to the docs/img directory NirantK 2023-08-22 14:56:12 +05:30
  • c3023112a8 * chore(docs/index.md): update example documents and comments in code * feat(docs/index.md): add support for passage and query prefixes in example documents NirantK 2023-08-22 14:52:43 +05:30
  • 9a944e4d70 * docs(index.md): remove unnecessary heading and update installation instructions * fix(docs/index.md): remove unnecessary heading * docs(index.md): update installation instructions NirantK 2023-08-22 14:52:35 +05:30
  • e9efa037f3 * docs(Getting Started.ipynb): remove unnecessary code execution outputs NirantK 2023-08-22 11:15:33 +05:30
  • 479aee5f32 * docs(Getting Started.ipynb): update documentation for preparing documents * - Add information about the format of the list of documents * - Specify that documents must be strings * - Provide instructions for working with queries and passages in retrieval tasks NirantK 2023-08-22 11:12:14 +05:30
  • 7a23b15c0b * feat(Getting Started.ipynb): add guide NirantK 2023-08-22 11:10:53 +05:30
  • bd06e3d932 * chore(.gitignore): add docs/local_cache/*/* to ignore list NirantK 2023-08-22 11:10:11 +05:30
  • 88d92ff596 * docs(index.md): update documentation to reflect changes in FastEmbed library NirantK 2023-08-21 19:49:08 +05:30
  • c8c4d212cb * chore(mkdocs.yml): add support for mermaid code blocks in markdown using pymdownx.superfences plugin NirantK 2023-08-21 19:48:28 +05:30
  • a9542a8d8c * docs(Usage.ipynb): rename file to Getting Started.ipynb * feat(Getting Started.ipynb): add introductory markdown cell with instructions for using the fastembed package NirantK 2023-08-21 19:23:21 +05:30
  • 86c93be5fc * docs(Usage.ipynb): rename file from nbs/02_Usage.ipynb to docs/Usage.ipynb NirantK 2023-08-21 19:19:19 +05:30
  • 40a7c7c21a * chore(mkdocs.yml): add mknotebooks plugin configuration * - Set execute to false * - Set timeout to 100 * - Set allow_errors to false * - Add tag_remove_configs: * - Set remove_cell_tags to ["Remove_cell"] * - Set remove_all NirantK 2023-08-21 19:18:47 +05:30
  • 472057abf3 * chore(ci.yml): add mknotebooks package to pip install command NirantK 2023-08-21 19:17:14 +05:30
  • 5dbefc6a7c * chore(pyproject.toml): add mknotebooks dependency NirantK 2023-08-21 19:16:58 +05:30
  • 1eb7afa6ac * feat(mkdocs.yml): add additional features to the theme configuration * - search.suggest * - search.highlight * - navigation.instant * - navigation.tracking * - navigation.expand * - navigation.sections * - content.code.annotate * - toc.follow NirantK 2023-08-21 19:02:34 +05:30
  • df37667689 * chore(main.html): fix formatting and indentation in the main.html file NirantK 2023-08-21 18:56:11 +05:30
  • 97fa834c5b * chore(ci.yml): add additional dependencies for mkdocs deployment * chore(dev-requirements.txt): remove unused dependencies NirantK 2023-08-21 18:53:51 +05:30
  • c9f3853519 hash locks NirantK 2023-08-21 18:51:46 +05:30
  • bcc2769bdb * chore(main.html): remove unnecessary span tag and class attribute from Discord server link NirantK 2023-08-21 18:49:15 +05:30
  • 7126f096e4 * chore(pyproject.toml): add pillow and cairosvg dependencies NirantK 2023-08-21 18:49:07 +05:30
  • 226a94a75a * feat(mkdocs.yml): add accent color and text color for primary color in the material theme NirantK 2023-08-21 18:48:13 +05:30
  • 98da066bc9 * chore(pyproject.toml): add mkdocstrings as a dependency * chore(pyproject.toml): update mkdocs-material version to ^9.1.21 NirantK 2023-08-21 18:37:47 +05:30
  • 88a70bfa9d * chore(mkdocs.yml): add site_url, site_author, repo_url, repo_name, remote_branch, remote_name, and copyright information * docs(mkdocs.yml): update theme custom_dir to docs/overrides NirantK 2023-08-21 18:34:42 +05:30
  • f894f4ad1e * chore(mkdocs.yml): add custom_dir option to material theme configuration NirantK 2023-08-21 18:34:31 +05:30
  • f6722a0326 * chore(main.html): remove commented out code block NirantK 2023-08-21 18:31:34 +05:30
  • 6f94b3f748 * chore(static.yml): remove static.yml workflow file NirantK 2023-08-21 18:10:27 +05:30
  • 913f0fc350 Create static.yml Nirant 2023-08-21 18:06:54 +05:30
  • 6275f17298 Merge pull request #2 from qdrant/docs-init Nirant 2023-08-21 18:04:49 +05:30
  • 51b6b5082c add mkdocs NirantK 2023-08-21 18:01:31 +05:30