Making a codex available

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).

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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.

Hope that makes sense and helps

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!

That makes the answer much simpler then!

Check out Max’s videos on using notion as a knolage base.

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

2 Likes

Thanks Liam, I am delving into it. Much appreciated!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.