79100203

Date: 2024-10-18 00:46:25
Score: 1.5
Natty:
Report link

How about including the ids when you add to the db

chroma.add_texts(
    texts=split_texts, 
    embeddings=embeddings, 
    metadatas=[{'source': doc['source']} for doc in documents], 
    ids=ids  # Include the IDs here
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: EGGoist