Skip to content
New issue

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

output is wrong for knowledge refresh in app editor #599

Open
lukemarsden opened this issue Nov 21, 2024 · 0 comments
Open

output is wrong for knowledge refresh in app editor #599

lukemarsden opened this issue Nov 21, 2024 · 0 comments

Comments

@lukemarsden
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant