ix icon indicating copy to clipboard operation
ix copied to clipboard

Artifact Memory

Open kreneskyp opened this issue 1 year ago • 0 comments

Implement a langchain memory class + config loader for artifacts.

Artifacts referenced in chat messages should be added to the context when prompting the agent. This ticket is for a basic version with a simple lookup mechanism.

Longer term version should use a similarity search to resolve artifacts. That requires additional work to enable pg_vector and store embeddings for artifacts.

kreneskyp avatar May 22 '23 17:05 kreneskyp