Skip to content

docs: OpenAPI spec content updated without version change #7835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/Components/components-embedding-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ This value is set as the `OLLAMA_HOST` environment variable in Ollama. The defau
2. To refresh the server's list of models, click <Icon name="RefreshCw" aria-label="Refresh"/>.
3. In the **Ollama Model** field, select an embeddings model. This example uses `all-minilm:latest`.
4. Connect the **Ollama** embeddings component to a flow.
For example, this flow connects a local Ollama server running a `all-minilm:latest` embeddings model to a [Chroma DB](/components-vector-stores#chroma) vector store to generate embeddings for split text.
For example, this flow connects a local Ollama server running a `all-minilm:latest` embeddings model to a [Chroma DB](/components-vector-stores#chroma-db) vector store to generate embeddings for split text.

![Ollama embeddings connected to Chroma DB](/img/component-ollama-embeddings-chromadb.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/Components/components-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The **Chat Input** component provides an interactive chat interface in the **Pla

## Chat Input

This component collects user input as `Text` strings from the chat and wraps it in a [Message](/concepts-objects) object that includes the input text, sender information, session ID, file attachments, and styling properties.
This component collects user input as `Text` strings from the chat and wraps it in a [Message](/concepts-objects#message-object) object that includes the input text, sender information, session ID, file attachments, and styling properties.

It can optionally store the message in a chat history.

Expand Down Expand Up @@ -133,7 +133,7 @@ The output does not appear in the **Playground**.

## Chat components example flow

1. To use the **Chat Input** and **Chat Output** components in a flow, connect them to components that accept or send the [Message](/concepts-objects#message) type.
1. To use the **Chat Input** and **Chat Output** components in a flow, connect them to components that accept or send the [Message](/concepts-objects#message-object) type.

For this example, connect a **Chat Input** component to an **OpenAI** model component's **Input** port, and then connect the **OpenAI** model component's **Message** port to the **Chat Output** component.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Concepts/concepts-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For example, changing the **Chat Input** component's `input_value` changes that

### Send files to your flow with the API

For information on sending files to the Langflow API, see [API examples](/api-reference-api-examples#upload-image-files).
For information on sending files to the Langflow API, see [API examples](/api-reference-api-examples#upload-image-files-v1).

### Webhook cURL

Expand Down
Loading