Skip to content

Commit e1fdef1

Browse files
chris-baileyilayaperumalg
authored andcommitted
docs: fix grammatical issue in API provider description
1 parent 325fa97 commit e1fdef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i
2323
- [Audio Transcription](https://docs.spring.io/spring-ai/reference/api/audio/transcriptions.html)
2424
- [Text to Speech](https://docs.spring.io/spring-ai/reference/api/audio/speech.html)
2525
- [Moderation](https://docs.spring.io/spring-ai/reference/api/index.html#api/moderation)
26-
* Portable API support across AI providers for both synchronous and streaming API options are supported. Access to [model-specific features](https://docs.spring.io/spring-ai/reference/api/chatmodel.html#_chat_options) is also available.
26+
* Portable API support across AI providers for both synchronous and streaming options. Access to [model-specific features](https://docs.spring.io/spring-ai/reference/api/chatmodel.html#_chat_options) is also available.
2727
* [Structured Outputs](https://docs.spring.io/spring-ai/reference/api/structured-output-converter.html) - Mapping of AI Model output to POJOs.
2828
* Support for all major [Vector Database providers](https://docs.spring.io/spring-ai/reference/api/vectordbs.html) such as *Apache Cassandra, Azure Vector Search, Chroma, Milvus, MongoDB Atlas, MariaDB, Neo4j, Oracle, PostgreSQL/PGVector, PineCone, Qdrant, Redis, and Weaviate*.
2929
* Portable API across Vector Store providers, including a novel SQL-like [metadata filter API](https://docs.spring.io/spring-ai/reference/api/vectordbs.html#metadata-filters).
@@ -134,4 +134,4 @@ To build with checkstyles enabled.
134134
Checkstyles are currently disabled, but you can enable them by doing the following:
135135
```shell
136136
./mvnw clean package -DskipTests -Ddisable.checks=false
137-
```
137+
```

0 commit comments

Comments
 (0)