Hey all, completely new user here so I hope this question isn’t too basic.
I want to set up a brainstorm workflow for a novel writing project, and am looking for the best way to make a codex available so the agent actually knows what we are talking about. I am unsure as to what is wise.
I got Notion working through a search action but have a feeling that is not efficient at all. What options would you suggest for this (keep in mind the codex changes a lot).
I am unfamiliar with Codex, but i believe it is something your would do on openai’s side. (from a google search it seems to be related to openai?)
You configure it in the openai api dashboard (probably) and link it to the api key or project id
Notion lookups and stuff like that can be pretty good though! I prefer keeping everything in one tool, so i prefer using the tools within n8n. it also lets me change out models and switch between openai, claude, and my self hosted ollama models since everything is managed in n8n.
I made the assumption that the word codex means the same to everyone, bad idea haha. I meant a written collection of details about plot, characters, locations and so on. So a huge set of lore elements for your worldbuilding and plotting process. Hopefully that clears my intent up!
If you want to get more advanced, you could do custom embeddings with qdrant for a vector store. That will take a lot more tweaking though and has a steep learning curve.
For anything like this though, you just explain to the AI in the system prompt how to use the tools you’re giving it and that helps a lot