does the ai hat+ 2 support some embedding models to encode text for RAG applications and vector databases like chromadb?
It seems in the currently available repository there is no embedding models which means RAG applications are currently not possible?
Is there a guide how i could convert existing embeddings models into hef files?
Hmm i was more thinking like converting a embedding modell (e.g. sentence-transformers/all-MiniLM-L6-v2) via Dataflow Compiler into a .har and then a .hef file.
This way i thought i could get an LLM typical embedding model.
But the process seems not to work.
I was able to create a .har file but i’m stuck at quantization process step before converting to a .hef file.