doc update
This commit is contained in:
parent
e6fe74bdda
commit
aaadf064e7
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue