ShayanTalaei / CHESS

Contextual Harnessing for Efficient SQL Synthesis
Apache License 2.0
103 stars 25 forks source link

Alternative local embedding model? #12

Closed bartmch closed 7 hours ago

bartmch commented 4 days ago

Is it possible to use an alternative local embedding model to OpenAI's text-embedding-3-large? E.g. nomic-embed-text?

ShayanTalaei commented 7 hours ago

Yes, as long as you can embed the context with the chosen model and create a vector database with it, you can replace it with the embedding model used in the code.