premAI-io / state-of-open-source-ai

:closed_book: Clarity in the current fast-paced mess of Open Source innovation
https://book.premai.io/state-of-open-source-ai
Other
1.52k stars 89 forks source link

state-of-open-source-ai/sdk/ #95

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

Software Development toolKits — State of Open Source AI Book

https://book.premai.io/state-of-open-source-ai/sdk/

mzattera commented 11 months ago

OK; FULL DISCLOSURE: I am the author of this library:

https://github.com/mzattera/predictive-powers

which I think it is the most complete Java library for LLMs....and it is not the only one for Java but, as far as I know, other libraries only allow direct API access to OpenAI.

mzattera commented 11 months ago

If you agree I can add similar section for it.....unsure whether you want to keep this only Python or if you are looking only to libraries with a huge user base....

casperdcl commented 11 months ago

Hey @mzattera! What made you develop predictive-powers? What was lacking in the alternatives? Was it purely a language preference?

mzattera commented 11 months ago

Both the language preference (I am used to Java and not very familiar with Python) and a lack of Java libraries comparable to LangChain and similar ones available for Python in terms of features (as far as I know).