79476553

Date: 2025-02-28 19:59:08
Score: 2
Natty:
Report link

Duda Nogueira from Weaviate here!

Can you confirm you are using Langchain and not Llamaindex?

For Langchain, you need to explicitly request this with;

docs = db.similarity_search("traditional food", return_uuids=True)
print(docs[0].metadata.get("uuid"))

I just noticed this is an undocumented feature! I have added it here in our langchain recipes to make it visible:

https://github.com/weaviate/recipes/tree/main/integrations/llm-frameworks/langchain/loading-data

Let me know if this helps!

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Duda Nogueira