Open Issues Need Help
View All on GitHub AI/ML • LLM Optimization & Agents
Error when trying to list sources about 1 month ago
AI Summary: The task is to debug an AttributeError in the MemGPT CLI's `list sources` command. The error arises because the `SourceModel` object lacks the `embedding_model` attribute, likely due to a mismatch between the code and the data structure of the external data source (a PDF document). The solution involves identifying the source of the discrepancy and updating the code to correctly access the embedding configuration information.
Complexity:
4/5
good first issue