Michael Hunger

Results 538 comments of Michael Hunger

I would enable by default and handle the error case behind the scenes and perhaps remember for that query (if it's not changed)

We already have LangSmith but it's currently drowning in too many traces, exceeding our usage limits. We need to look into filtering it for the Q&A part only and the...

@rashed2014 the graph builder creates a very specific schema of Document + Chunk and certain relationships, if you add those to your graph you can use it. If you have...

I think these persistent ones are fine for now. Perhaps processing could be useful?

@aravind10x would probably good to have a chat with me and @tomasonjo at some point, harder to go through these in GH issues :)

@sjivan we'll look into this @vga91

Yes sounds like a good addition, we have it in several of the other implementations.

In neo4j-graphql we use the GraphQL schema as the definitive type mapping (optionally it can also be generated from the existing data in the graph) The graphql schema + your...