kylestratis / llm-knowledge-agent

MIT License
2 stars 0 forks source link

Build text ingestor #4

Closed kylestratis closed 1 year ago

kylestratis commented 1 year ago

This is a task and should take in text and store it to memory. Future iterations will do more processing. We could also experiment with feeding a URL to a LLM and just get the raw text back, but that seems like overkill

kylestratis commented 1 year ago

For now, this is a placeholder method that will do any preprocessing/parsing of input text