pathwaycom/pathway

Allow setting query transformers in the BaseRAGQA

Ouverte

#67 ouverte le 22 juil. 2024

 (14 commentaires) (0 réaction) (0 personne assignée)Python (1 670 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (63 319 étoiles)
Métriques de merge PR
 (Merge moyen 8h 29m) (4 PRs mergées en 30 j)

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.

Guide contributeur