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

Feature/custom rag server #402

Merged
merged 9 commits into from
Aug 20, 2024
Merged

Feature/custom rag server #402

merged 9 commits into from
Aug 20, 2024

Conversation

rusenask
Copy link
Contributor

Enables custom RAG servers for Helix apps. Added example nodejs app:

name: custom-rag-knowledge
description: |
  A simple app that demonstrates how to setup Helix with knowledge from a
  custom RAG server
assistants:
- name: Helix
  description: Knowledge about cars
  knowledge:
  - name: cars
    rag_settings:
      disable_chunking: true # Pass the entire document to the RAG server
      index_url: http://1rvyoove1fvtgxtm3t38yf.webrelay.io/api/index
      query_url: http://1rvyoove1fvtgxtm3t38yf.webrelay.io/api/query
    source:
      web:
        urls:
        - https://gist.githubusercontent.com/rusenask/d7d12da5bf8dd11a512e2f8143a4bd84/raw/bbf65a70aad34057b5595cb2aeaa8cf0c7d0277d/cars

@rusenask rusenask merged commit 5893f35 into main Aug 20, 2024
2 checks passed
@rusenask rusenask deleted the feature/custom_rag_server branch August 20, 2024 14:02
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

Successfully merging this pull request may close these issues.

1 participant