mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix a few spelling mistakes & typos (#349)
This commit is contained in:
committed by
GitHub
parent
aa45f00cd5
commit
dac25d1cc0
@@ -113,7 +113,7 @@ plan.model_dump()
|
||||
|
||||
!!! warning "No RAG"
|
||||
|
||||
While we build the query plan in this example, we do not propose a method to actually answer the question. You can implement your own answer function that perhaps makes a retrival and calls openai for retrival augmented generation. That step would also make use of function calls but goes beyond the scope of this example.
|
||||
While we build the query plan in this example, we do not propose a method to actually answer the question. You can implement your own answer function that perhaps makes a retrieval and calls openai for retrieval augmented generation. That step would also make use of function calls but goes beyond the scope of this example.
|
||||
|
||||
```python
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user