anansi icon indicating copy to clipboard operation
anansi copied to clipboard

open source tooling for AI search and understanding

Results 3 anansi issues
Sort by recently updated
recently updated
newest added

add support for https://huggingface.co/BAAI/AltCLIP-m18 I created a pull request for export AltCLIP-m18 for onnx https://github.com/FlagAI-Open/FlagAI/pull/322/files#diff-e0fa65fd7d57ecb0570cc6e05c2db4e3f26fcae4177f7eb7401dbc478b082077 Support for multilingual text search I think would be very useful

there are a bunch of things that we need to do to get to a 0.1.0 release. here is an evolving list: - [x] rename embeddings -> embedds - [x]...

we will likely want to exclusively this from a configuration file on startup (likely using the same `config.yaml`) - which allows us to: 1. validate that the custom models exist...