dave
07/09/2024, 6:14 PMhttp4k-connect-ai
module prefix for all AI connector modules
- http4k-connect-ai-openai
: Module to interact with OpenAI, including a FakeOpenAI which generates text and image responses, as well as embeddings.
- http4k-connect-ai-lmstudio
: Module to interact with the locally running LmStudio LLM runner, including a FakeLmStudio which generates text responses, as well as embeddings.
- http4k-connect-ai-ollama
: Module to interact with the locally running Ollama LLM runner, including a FakeOllama which generates text responses, as well as embeddings.
- http4k-connect-ai-langchain
: A set of Chat, Image and Embedding models which use the above LLM adapter modulesto integrate directly with LangChain4j. Expect these to be added to as the set of LLM adapters grows
- If you're using an LLM that isn't listed above, we'd also very much welcome contributions for adapters to others (anthropic, gemini etc..)
- 🚀 L*ightweight AWS connectors:*
- http4k-connect-amazon-evidently
- Feature flagging adapter and fake
- `http4k-connect-amazon-evidently`(- Serverless app container control API adapter and fake
- http4k-connect-amazon-sqs
- Support for the new JSON APIs for SQS
One final thing, be sure to check out @Andrew O'Hara’s great KotlinConf about his adventures optimising the cold starts of AWS LambdasAndrew O'Hara
07/13/2024, 1:55 AM- `http4k-connect-amazon-evidently`(- Serverless app container control API adapter and fakeWrong module name? Interested to look into it.
dave
07/13/2024, 6:48 AMdave
07/13/2024, 6:49 AMdave
07/13/2024, 6:52 AM