Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Jan 19, 2025
1 parent c2f4416 commit 8da9064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rag_description_generation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def process_single_game(
df=all_games_df, game_id=game_id, sample_pct=0.1
)
reviews = df["combined_review"].to_list()
vectors = df["embedding"].to_list()
# vectors = df["embedding"].to_list()
weaviate_client.add_reviews_collection_batch(
game_id=game_id, reviews=reviews # , vectors=vectors
)
Expand Down

0 comments on commit 8da9064

Please sign in to comment.