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

ArangoDB: Retriever #2

Open
wants to merge 7 commits into
base: arangodb
Choose a base branch
from
Open

ArangoDB: Retriever #2

wants to merge 7 commits into from

Conversation

aMahanna
Copy link
Member

@aMahanna aMahanna commented Oct 23, 2024

Depends on:

Development Setup for Retriever

  • Set OPENAI_API_KEY environment variable
  • Provision ArangoDB Vector Index image:

For ARM:

docker create --name arango-vector -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test jbajic/arangodb-arm:vector-index-preview

docker start arango-vector

For AMD:

docker create --name arango-vector -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test jbajic/arangodb:vector-index-preview

docker start arango-vector

vector_db = ArangoVector(
embeddings,
database=db,
embedding_dimension=1024, # TODO: Revisit this requirement
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: revisit

frontend
huggingface_hub
langchain
git+https://github.com/arangoml/langchain.git@arangodb#subdirectory=libs/community
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: revisit

@aMahanna aMahanna changed the title wip: retriever Retriever Oct 23, 2024
@aMahanna aMahanna mentioned this pull request Oct 23, 2024
@aMahanna aMahanna changed the title Retriever Service: Retriever Oct 23, 2024
@aMahanna aMahanna changed the title Service: Retriever ArangoDB Service: Retriever Oct 23, 2024
@aMahanna aMahanna marked this pull request as draft October 23, 2024 12:54
@aMahanna aMahanna changed the title ArangoDB Service: Retriever ArangoDB Service: Retriever (based on Neo4J LangChain) Nov 18, 2024
@aMahanna aMahanna changed the title ArangoDB Service: Retriever (based on Neo4J LangChain) ArangoDB Service: Retriever Nov 25, 2024
@aMahanna aMahanna changed the title ArangoDB Service: Retriever ArangoDB: Retriever Nov 25, 2024
@aMahanna aMahanna marked this pull request as ready for review November 25, 2024 22:34
frontend
huggingface_hub
langchain
git+https://github.com/arangoml/langchain.git@arangodb#subdirectory=libs/community
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant