spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

An Application Framework for AI Engineering

Results 659 spring-ai issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR offers [Zhipu AI](https://open.bigmodel.cn/) support for Spring AI PR content : - An API - A chat client - Function calls - An embedding client - autoconfiguration - All...

model client

Hi, this PR is add `ZhiPuAI` model client and has passed unit testing. I can provide my api_key if needed for testing the PR content: - ZhiPu AI chat client...

model client

Hi, this PR is add `MiniMax` model client and has passed unit testing. I can provide my api_key if needed for testing the PR content: - MiniMax chat client and...

model client

**Expected Behavior** Spring AI should support [Groq](https://groq.com/) with nothing but configuration changes. **Current Behavior** Although Groq's [documentation](https://console.groq.com/docs/openai) states that it's compatible with OpenAI API, just changing the Spring AI configuration...

PR: #669 Vertex support other tools than functions, one is for use Google Search as "grounding" function.

This PR closes #488 - Adds Auto-Configuration for GemFire VectorStore - Adds `GemFireVectorStoreProperties` to set all config parameters ## TODO: As suggested in https://github.com/spring-projects/spring-ai/issues/488#issuecomment-2042738738 I tried to implement the integration...

vectors store

Outdated or incorrect adoc: - Azure Store - Milvus Store - Redis Store

This PR adds support for Typesense vector store to Spring AI. More details about Typesense can be found [here](https://typesense.org/).

- Introduce AbstractObservationVectorStore for instrumentation. Add observe instrumentation for the add, delete and the similaritySearch methods. - Add VectorStoreObservationContext for capturing operation details. - Implement DefaultVectorStoreObservationConvention for naming and tagging...

vector store
Observability

To continue the https://github.com/spring-projects/spring-ai/issues/953 story we would like to provide observability support for the Spring AI VectorStore abstractions. We would like to observe the `add`, `delete` and `similaritySearch` endpoints. Related...

vector store
Observability