Skip to content

Commit 0586df6

Browse files
olruasKamilPiechowiak
authored andcommitted
Documentation fixes (#8310)
Co-authored-by: Kamil Piechowiak <[email protected]> GitOrigin-RevId: e4bd2fc86922b02149527530adca55a0cb8f950e
1 parent 9a5a4f0 commit 0586df6

File tree

1 file changed

+2
-2
lines changed
  • examples/pipelines/demo-question-answering

1 file changed

+2
-2
lines changed

examples/pipelines/demo-question-answering/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note: This app relies on [Document Store](https://pathway.com/developers/api-doc
4040

4141
## Summary of available endpoints
4242

43-
This example spawns a lightweight webserver using Pathway’s [`QASummaryRestServer`](https://pathway.com/developers/api-docs/pathway-xpacks-llm/servers#pathway.xpacks.llm.servers.QASummaryRestServer)) that accepts queries on five possible endpoints, divided into two categories: document indexing and RAG with LLM.
43+
This example spawns a lightweight webserver using Pathway’s [`QASummaryRestServer`](https://pathway.com/developers/api-docs/pathway-xpacks-llm/servers#pathway.xpacks.llm.servers.QASummaryRestServer) that accepts queries on five possible endpoints, divided into two categories: document indexing and RAG with LLM.
4444

4545
### Document Indexing capabilities
4646
- `/v1/retrieve` to perform similarity search;
@@ -164,7 +164,7 @@ The [`DocumentStore`](https://pathway.com/developers/api-docs/pathway-xpacks-llm
164164

165165
Example: Hybrid Indexing with `BruteForceKNN` and `TantivyBM25`
166166

167-
The following example demonstrates how to configure and use the [HybridIndex](/developers/api-docs/indexing#pathway.stdlib.indexing.HybridIndex)) that combines:
167+
The following example demonstrates how to configure and use the [HybridIndex](https://pathway.com/developers/api-docs/indexing#pathway.stdlib.indexing.HybridIndex) that combines:
168168

169169
- **`BruteForceKNN`**: A vector-based index leveraging embeddings for semantic similarity search.
170170
- **[`TantivyBM25`](/developers/api-docs/indexing#pathway.stdlib.indexing.TantivyBM25)**: A text-based index using BM25 for keyword matching.

0 commit comments

Comments
 (0)