Skip to content

Commit

Permalink
nit rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 10, 2025
1 parent 0cba703 commit f6a85d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/ragengine/vector_store/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def query(self,
llm_params (dict): Optional parameters for the language model
rerank_params (dict): Optional configuration for reranking
- 'top_n' (int): Number of top documents to return after reranking
- 'batch_size' (int): Number of documents to process in each batch
- 'choice_batch_size' (int): Number of documents to process in each batch
Returns:
dict: A dictionary containing the response and source nodes.
Expand Down

0 comments on commit f6a85d0

Please sign in to comment.