Skip to content

Commit

Permalink
Merge pull request #170 from eye-on-surveillance/AI/historical-data
Browse files Browse the repository at this point in the history
AI/historical-data
  • Loading branch information
ayyubibrahimi authored Dec 5, 2023
2 parents 9c69bac + 6907142 commit 453c1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/src/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def create_embeddings():
llm = OpenAI(n=4, best_of=4)
llm = OpenAI()

base_embeddings = OpenAIEmbeddings()

Expand Down Expand Up @@ -49,7 +49,7 @@ def create_embeddings():
)
print(in_depth_embeddings)

return in_depth_embeddings, general_embeddings
return base_embeddings, base_embeddings


def metadata_func_minutes_and_agendas(record: dict, metadata: dict) -> dict:
Expand Down

0 comments on commit 453c1a8

Please sign in to comment.