Skip to content

Commit d8b6a27

Browse files
mkhecktzolov
authored andcommitted
Additional link/content cleanup
1 parent 214858b commit d8b6a27

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public interface StreamingChatClient extends StreamingModelClient<Prompt, ChatRe
5353

5454
The `stream` method takes a `Prompt` request similar to `ChatClient` but it streams the responses using the reactive Flux API.
5555

56-
In real-world applications, it is more common to use the `generate` method that takes a `Prompt` instance and returns an `AiResponse`.
57-
5856
=== Prompt
5957

6058
The https://github.com/spring-projects/spring-ai/blob/main/spring-ai-core/src/main/java/org/springframework/ai/chat/prompt/Prompt.java[Prompt] is a `ModelRequest` that encapsulates a list of https://github.com/spring-projects/spring-ai/blob/main/spring-ai-core/src/main/java/org/springframework/ai/chat/messages/Message.java[Message] objects and optional model request options.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ d. link:https://neo4j.com/deployment-center/[Neo4j Server] instance
2222

2323
== Configuration
2424

25-
To connect to Neo4j and use the `Neo4jVectorStore`, you need to provide (e.g. via `application.properties`, environment variables, etc.) configurations for your instance.
25+
To connect to Neo4j and use the `Neo4jVectorStore`, you need to provide (e.g. via environment variables) access details for your instance.
2626

27-
Additionally, you'll need to provide your OpenAI API Key. Set it as an environment variable like so:
27+
Additionally, you will need to provide your OpenAI API Key. Set it as an environment variable like sos:
2828

2929
[source,bash]
3030
----

0 commit comments

Comments
 (0)