RAG accounts and Perform RAG Action

Expert

Configure RAG access, add text or PDF data, send prompts, remove documents, and inspect RAG spaces.

What you'll learn

  • How Configure RAG Account differs from Configure AI Account
  • Which Perform RAG Action modes add, query, and remove data
  • How to use GetRAGSpaceInfo when removing or auditing documents

Retrieval-augmented generation, or RAG, lets FileMaker send a prompt along with relevant facts retrieved from a knowledge cache on the FileMaker Server AI Model Server. RAG has its own account setup and its own action step.

Stuck is a valid status

Need a second brain on this one?

If this lesson just collided with your real schema, script stack, or deadline, book consulting and turn the confusion into a concrete plan.

Book consulting
1/3
1

Configure the RAG account

Configure RAG Account names the RAG endpoint and API key. Like Configure AI Account, it is runtime configuration for the current file and is cleared when the file closes.

FileMaker Script
Configure RAG Account [
  RAG Account Name: "kb" ;
  Endpoint: "https://myserver.example.com/llm/v1/" ;
  API Key: Global::RAG_API_Key ;
  Verify SSL Certificates
]

Sign in to track your progress and pick up where you left off.

Sign in to FM Dojo