pathwaycom/pathway

Allow setting query transformers in the BaseRAGQA

Open

#67 opened on Jul 22, 2024

 (14 comments) (0 reactions) (0 assignees)Python (1,670 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (63,319 stars)
PR merge metrics
 (Avg merge 8h 29m) (4 merged PRs in 30d)

Description

There are already set of prompts such as prompt_query_rewrite and prompt_query_rewrite_hyde, allow setting the query transformation behaviour in the BaseRAGQA initialization. It can default to None to skip it.

Contributor guide