Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InMemory and HnswLib vector stores #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2023

  1. feat: add in-memory and hnswlib vectorstore

    Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
    anna-charlotte committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    41433e6 View commit details
    Browse the repository at this point in the history
  2. refactor: use abtract VecStoreFromDocIndex for in memory and hnswlib …

    …implementation
    
    Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
    anna-charlotte committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b687fd4 View commit details
    Browse the repository at this point in the history
  3. fix: clean up and add dependencies

    Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
    anna-charlotte committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    de262f9 View commit details
    Browse the repository at this point in the history
  4. Add more configurations for hnswlib

    Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
    anna-charlotte committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    30456bc View commit details
    Browse the repository at this point in the history
  5. refactor: rename InMemory to InMemoryExactSearch

    Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
    anna-charlotte committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5d2324a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    ecc73b4 View commit details
    Browse the repository at this point in the history