doc update

This commit is contained in:
zachary62
2025-01-02 18:47:22 +00:00
parent e6fe74bdda
commit aaadf064e7
+1 -1
View File
@@ -10,7 +10,7 @@ nav_order: 4
For certain LLM tasks like answering questions, providing context is essential.
Use [vector search](./tool.md) to find relevant context for LLM responses.
## Example: Question Answering
### Example: Question Answering
```python
class PrepareEmbeddings(Node):