Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adk/concepts/knowledge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default new Knowledge({
Index files from a local directory (development only):

```typescript
const FileSource = DataSource.Directory.fromPath("./docs", {
const FileSource = DataSource.Directory.fromPath("/src/knowledge/docs", {
filter: (filePath) => filePath.endsWith(".md") || filePath.endsWith(".txt"),
});

Expand Down
3 changes: 1 addition & 2 deletions integrations/integration-guides/improvement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ description: Provide feedback on specific LLMz iterations to improve future conv
icon: '/integrations/integration-guides/assets/icons/improvement.svg'
---

The Improvement integration lets you provide feedback on specific LLMz

<Warning>
Early Beta

The Improvement integration is in beta and shouldn't be used in production or critical Workflows. We encourage testing in non-production environments and welcome your feedback to improve its stability and functionality.

Each stored iteration uses your Workspace's Table Rows quota, and may demonstrate increased usage.
Expand Down