minimaxir / simpleaichat

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

Will Simpleaichat support embedding? #64

Closed flyq closed 1 year ago

flyq commented 1 year 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 1 year 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.