Skip to content

Commit

Permalink
📝 Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Sep 18, 2024
1 parent bde0e64 commit a6fe2b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/core-concepts/sync-strategies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ By default, for every single linked account that you may have, we sync all 3rd p
These sync jobs are done every 8 hours.


You can enable custom sync frequencies for your category.
Go to Configurations page, and apply the frequency to the category you wish to receive data for.

<Frame>
<img src="/images/frequency.png" alt="Description of image" />
</Frame>
Binary file added docs/images/frequency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/api/src/@core/rag/rag.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class RagController {
await this.connectionUtils.getConnectionMetadataFromConnectionToken(
connection_token,
);
return this.documentEmbeddingService.queryEmbeddings(
return await this.documentEmbeddingService.queryEmbeddings(
body.query,
body.topK,
linkedUserId,
Expand Down

0 comments on commit a6fe2b8

Please sign in to comment.