-
Notifications
You must be signed in to change notification settings - Fork 1
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
Score definitions based on relevance for a given context (not complexity) #8
Comments
@jonjiang1 any update on this? |
I'm currently stuck after looking into some options, it looks like Elastic and their vector db is a paid solution and I'm not entirely familiar enough with the space to know of another solution that would let us do ranked info retrieval easily. |
ES offers a self-hosted solution for free: https://www.elastic.co/elastic-cloud-kubernetes. Alternatively, here's a relatively recent list of vector DBs: https://byby.dev/vector-databases but I'm not sure if any of them have a free tier. Alternatively, you can implement a simplistic information retrieval system using tf/idf, so that the rest of the team is not blocked on this component, then we can decide whether it makes sense to upgrade it in a follow-up task. |
We're pivoting to use LangChain as the solution for this. Jonathan and Bridger have a pair programming session scheduled on Saturday for this. |
Some progress was made here, but it's not done. |
AC:
The text was updated successfully, but these errors were encountered: