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

feat: add framework-agnostic weaviate tool #158

Open
wants to merge 3 commits into
base: tool-packages
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link

Implements a framework-agnostic Weaviate tool following the patterns established in PR #76.

Core Features:

  • Vector search functionality via near-text queries
  • Collection management (create/search)
  • OpenAI integration for embeddings

Environment Variables:

  • WEAVIATE_TOOL_URL: Weaviate cluster URL
  • WEAVIATE_TOOL_API_KEY: Weaviate API key
  • WEAVIATE_TOOL_OPENAI_API_KEY: OpenAI API key for embeddings

Dependencies:

  • weaviate-client>=3.0.0
  • openai>=1.0.0

Link to Devin run: https://app.devin.ai/sessions/6518007355e3462a88da18a124a2d15b

Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR
  • Look at CI failures and help fix them

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Add "(aside)" to your comment to have me ignore it.

@tcdent
Copy link
Collaborator

tcdent commented Dec 20, 2024

Just one minor note about the naming of the environment variables:

WEAVIATE_TOOL_URL should be WEAVIATE_URL
WEAVIATE_TOOL_API_KEY should be WEAVIATE_API_KEY
WEAVIATE_TOOL_OPENAI_API_KEY should be WEAVIATE_OPENAI_API_KEY and default to the value of OPENAI_API_KEY

@bboynton97
Copy link
Contributor

waiting on #76 to merge

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.

2 participants