We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if we could support pulling embedding from any Huggingface dataset. This would make the project even more useful for external users :)
The spec for this could be like this:
{ "name": "SciPhi/AgentSearch-V1", "vector_size": 100, "distance": "cosine", "type": "huggingface", "path": "glove-100-angular/glove-100-angular.hdf5", "link": "https://huggingface.co/datasets/SciPhi/AgentSearch-V1", "schema": { "vector_field": "openai", "payload": { "url": "text" } } }
Needs some discussion before implementing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice if we could support pulling embedding from any Huggingface dataset. This would make the project even more useful for external users :)
The spec for this could be like this:
Needs some discussion before implementing
The text was updated successfully, but these errors were encountered: