mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-15 04:01:08 +00:00
update default settings
This commit is contained in:
@@ -88,6 +88,7 @@ export class RAGEngine {
|
||||
this.embeddingModel,
|
||||
{
|
||||
chunkSize: this.settings.ragOptions.chunkSize,
|
||||
batchSize: this.settings.ragOptions.batchSize,
|
||||
excludePatterns: this.settings.ragOptions.excludePatterns,
|
||||
includePatterns: this.settings.ragOptions.includePatterns,
|
||||
reindexAll: options.reindexAll,
|
||||
@@ -112,6 +113,7 @@ export class RAGEngine {
|
||||
await this.vectorManager.UpdateFileVectorIndex(
|
||||
this.embeddingModel,
|
||||
this.settings.ragOptions.chunkSize,
|
||||
this.settings.ragOptions.batchSize,
|
||||
file,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user