minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.43k stars 224 forks source link

Will Simpleaichat support embedding? #64

Closed flyq closed 11 months ago

flyq commented 11 months ago

According to here: https://github.com/minimaxir/simpleaichat/issues/25#issuecomment-1600048436

(and to be clear nothing in simpleaichat is working with embeddings)

So, Will Simpleaichat support embedding?

minimaxir commented 11 months ago

Embeddings are a broad topic in the AI ecosystem, but simpleaichat will not be natively supporting anything involving embeddings.

There may be demos involving vector stores but nothing native to the library itself, since there's no reason to make it inherent to the library.