Update docs (#1842)

* Update portkey docs

* Add more examples to Knowledge docs + clarify issue with `embedder`

* fix knowledge params and usage instructions
This commit is contained in:
Tony Kipkemboi
2025-01-02 16:10:31 -05:00
committed by GitHub
parent 4bcc3b532d
commit c1172a685a
4 changed files with 244 additions and 87 deletions

View File

@@ -138,7 +138,7 @@ print("---- Final Output ----")
print(final_output)
````
``` text Output
```text Output
---- Final Output ----
Second method received: Output from first_method
````