We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f4517 commit 48dcfe3Copy full SHA for 48dcfe3
apps/backend/src/langchain/langchain.service.ts
@@ -30,7 +30,7 @@ export class LangchainService {
30
select document from hybrid_search(
31
'${question}',
32
'[${queryEmbeddings.join(',')}]'::vector(384),
33
- 1
+ 5
34
);
35
`,
36
0 commit comments