We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when setting knowledge refresh to hourly, the app editor spits out this config:
apiVersion: app.aispec.org/v1alpha1 kind: AIApp metadata: name: Printer guide spec: assistants: - model: llama3.1:8b-instruct-q8_0 type: text knowledge: - name: https://www.connection.com/content/buying-guide/printer rag_settings: threshold: 0 results_count: 0 chunk_size: 0 chunk_overflow: 0 disable_chunking: false disable_downloading: false source: web: urls: - https://www.connection.com/content/buying-guide/printer crawler: enabled: true max_depth: 1 max_pages: 1 readability: true refresh_enabled: false refresh_schedule: "@hourly"
But that looks wrong that refresh_enabled is false while refresh_schedule is hourly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when setting knowledge refresh to hourly, the app editor spits out this config:
But that looks wrong that refresh_enabled is false while refresh_schedule is hourly.
The text was updated successfully, but these errors were encountered: