doc update

This commit is contained in:
zachary62 2025-01-02 18:47:22 +00:00
parent e6fe74bdda
commit aaadf064e7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ nav_order: 4
For certain LLM tasks like answering questions, providing context is essential. For certain LLM tasks like answering questions, providing context is essential.
Use [vector search](./tool.md) to find relevant context for LLM responses. Use [vector search](./tool.md) to find relevant context for LLM responses.
## Example: Question Answering ### Example: Question Answering
```python ```python
class PrepareEmbeddings(Node): class PrepareEmbeddings(Node):