You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ AIConfig helps unwind complexity by separating prompts, model parameters, and mo
184
184
185
185
AIConfig makes it easy to work with complex prompt chains, various models, and advanced generative AI workflows. Start with these recipes and access more in [`/cookbooks`](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks):
186
186
187
-
-[RAG with AIConfig](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks/RAG-with-AIConfig)
187
+
-[RAG with AIConfig](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks/RAG-with-ChromaDB)
188
188
-[Function Calling with OpenAI](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks/Function-Calling-OpenAI)
Copy file name to clipboardexpand all lines: aiconfig-docs/docs/overview/parameters.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ This will return the fully-resolved completion params that will be passed to the
215
215
Because parameters can be passed in to prompts programmatically, exactly what gets passed in can be dynamic. For the example above you could have a dropdown of possible SQL languagesin your app, and you can set the `sql_langauge` parameter to the value selected by a user.
216
216
217
217
:::tip
218
-
This pattern can be used to apply Retrieval Augmented Generation (RAG) techniques with `aiconfig`. For more details, see the [RAG cookbook](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks/RAG-with-AIConfig).
218
+
This pattern can be used to apply Retrieval Augmented Generation (RAG) techniques with `aiconfig`. For more details, see the [RAG cookbook](https://github.com/lastmile-ai/aiconfig/tree/main/cookbooks/RAG-with-ChromaDB).
0 commit comments