Skip to content

Commit

Permalink
fix: include values
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jul 30, 2024
1 parent 7bf9d18 commit 44dc789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/queue/handlers/handle-migrate-organization-embeddings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export async function handleMigrateOrganizationEmbeddings(
vector: randomSearchVector,
topK: 10000,
includeMetadata: true,
includeValues: true,
filter: {
type: {
$eq: 'pull_request_diff',
Expand Down Expand Up @@ -108,6 +109,7 @@ export async function handleMigrateOrganizationEmbeddings(
vector: randomSearchVector,
topK: 10000,
includeMetadata: true,
includeValues: true,
filter: {
type: {
$eq: 'pull_request_change',
Expand Down Expand Up @@ -148,6 +150,7 @@ export async function handleMigrateOrganizationEmbeddings(
vector: randomSearchVector,
topK: 10000,
includeMetadata: true,
includeValues: true,
filter: {
type: {
$eq: 'conversation',
Expand Down

0 comments on commit 44dc789

Please sign in to comment.