OpenFn / apollo

GNU Lesser General Public License v2.1
0 stars 2 forks source link

Chat: use Claude projects #106

Open josephjclark opened 2 weeks ago

josephjclark commented 2 weeks ago

I don't know enough about how this works but this issue is a reminder to investigate.

Claude (anthropic console?) allows the creation of a Project containing documents which are use to give context to prompts.

I basically read this as a RAG service: upload your docs, they'll embed them, and they'll cross-reference them from the prompt.

I presume that the project either doesn't count toward your token limit, or is at least more efficient.

Because we're sending pretty large prompts right now, full of job writing background, leveraging this projects stuff feels like a good idea.