-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Tair as a vector datastore #329
Closed
sandszhouSZ
wants to merge
444
commits into
yoheinakajima:main
from
sandszhouSZ:tairvector_datastore
Closed
add Tair as a vector datastore #329
sandszhouSZ
wants to merge
444
commits into
yoheinakajima:main
from
sandszhouSZ:tairvector_datastore
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add Simplified Chinese translation README
added BabyAGI as a service
Minimal theme for website
Fixing links to translation
Cleanup the readme
Update README.md
Update inspired_projects.md
docs: french translation added
Add README-ja.md
Update and rename inspired_projects.md to inspired-projects.md
Link to inspired projects
This list is growing so fast I had to submit this PR twice! Excited to see all the hard work and projects popping up!
Further prompt changes
Add Agent-LLM
Uploading another mod of OG BabyAGI (original commit). Just because it's easier to experiment with framework as a simple script. Would love to hear feedback - this one might be getting stable enough to discuss pulling into core.
Any suggestion is very welcome! |
continous -> continuous
Update README.md
Added Bengali language
Add twitter-agent🐣 to inspired projects lists
BabyDeerAGI is a mod of BabyCatAGI, which is a mod of BabyBeeAGI, which is a mod of OG BabyAGI. BabyDeerAGI is at ~350 lines of code. This was built as a continued iteration on the original BabyAGI code in a lightweight way. New to BabyDeerAGI are: - only requires 3.5-turbo (better prompts) - parallel task runs when not dependent on each other - web search tool includes query rewrite - simple user input tool (ask user for input) Follow BabyAGI on Twitter: http://twitter.com/babyAGI_ Join the Discord: https://discord.gg/9RCW87R5QX
Hi @francip Can you take a look at the PR? thanks |
Hi @francip Can you take a look at the PR? thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @francip
I'm excited to open this PR to add support for using 'Tair' as a datastore. Tair is a cloud native in-memory database service that is developed by Alibaba Cloud. Tair is compatible with open source Redis and provides a variety of data models and enterprise-class capabilities to support your real-time online scenarios.Tair offers a powerful vector extension, processing billions of data vectors and providing a wide range of features, including indexing algorithms, structured attrs and unstructured vector capabilities, real-time updates, distance metrics, scalar filtering. Additionally, Tair offers SLA commitment for production use. The PR includes:
Tair as a Datastore: extensions/tair_storage.py
How to Use Tair: docs/tair.md
A suite of integration tests verifies the Tair integration: tests/extensions_provier/test_tair_store.py
Updated README.md, babyagi.py, and .env.example