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

Config parameter changes #73

Closed
6 tasks done
bdb-dd opened this issue Jun 17, 2024 · 1 comment
Closed
6 tasks done

Config parameter changes #73

bdb-dd opened this issue Jun 17, 2024 · 1 comment

Comments

@bdb-dd
Copy link
Collaborator

bdb-dd commented Jun 17, 2024

Description

The following pipeline configuration parameters should be migrated to db-config:

  • Response token count limit -> rag.generate.maxResponseTokenCount

These parameters should be refactored:

  • prompt.rag.queryRelax (entire prompt should be moved here)
  • prompt.rag.generate (entire prompt should be moved here)
  • envVar "MAX_CONTEXT_DOC_COUNT" -> rag.generate.maxSourceDocCount
  • envVar "MAX_SOURCE_LENGTH" -> rag.generate.maxSourceLength
  • envVar "MAX_CONTEXT_LENGTH" -> rag.generate.maxContextLength
@bdb-dd
Copy link
Collaborator Author

bdb-dd commented Jun 25, 2024

Deployed and tested.

@bdb-dd bdb-dd closed this as completed Jun 25, 2024
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