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 Tair as a vector datastore #329

Closed
wants to merge 444 commits into from

Conversation

sandszhouSZ
Copy link

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

francip and others added 30 commits April 14, 2023 11:45
add Simplified Chinese translation README
added BabyAGI as a service
Update and rename inspired_projects.md to inspired-projects.md
This list is growing so fast I had to submit this PR twice! Excited to see all the hard work and projects popping up!
francip and others added 7 commits May 9, 2023 17:37
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.
@sandszhouSZ
Copy link
Author

Any suggestion is very welcome!

eltociear and others added 6 commits June 7, 2023 01:42
continous -> continuous
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
@sandszhouSZ
Copy link
Author

Hi @francip Can you take a look at the PR? thanks

@sandszhouSZ
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.