Ask Graphlit - AI Code Assistant
AI code assistant trained on Graphlit - get instant working code examples for any task
Your AI pair programmer for Graphlit - trained on all documentation, samples, and API patterns.
Don't know the right operation name? Not sure about the parameters? Just ask in natural language and get working code.
π Open Ask Graphlit in the Developer Portal β
Prefer the standalone experience? Visit ask.graphlit.dev.
What is Ask Graphlit?
Ask Graphlit is an AI chatbot that understands Graphlit's API and can generate working code in Python, TypeScript, or .NET based on your intent.
Instead of searching through documentation or memorizing operation names, just describe what you want to do.
The Discovery Problem
Traditional API documentation:
You need to know operation names ("createWorkflow", "promptConversation")
You browse through exhaustive parameter lists
You read bottom-up (operations β use cases)
Ask Graphlit:
You describe your intent ("extract entities from PDF")
You get working code immediately
You learn top-down (use case β operations)
When to Use Ask Graphlit
Perfect For
Learning the API:
"How do I ingest a PDF?"
"Show me code to create a Slack feed"
"How do I extract entities from content?"
Finding the Right Operation:
"What's the operation to search across multiple sources?"
"How do I create a conversation with custom model?"
"Show me streaming conversation code"
Getting Code Examples:
"Give me Python code to ingest and search a PDF"
"Show TypeScript example for knowledge graph extraction"
"How do I use tool calling with conversations?"
Troubleshooting:
"Why isn't my content finishing processing?"
"How do I wait for ingestion to complete?"
"What's the right way to handle async operations?"
Not Ideal For
Accessing your actual data - Use Graphlit MCP Server instead
Real-time project integration - Install MCP server locally
Non-code questions - Check Getting Started or Quickstarts
How to Use It
Option 1: Developer Portal Chatbot
Sign in to the Graphlit Developer Portal and open Ask Graphlit from the sidebar. The chatbot lives alongside your projects so you can copy code straight into your app.
Prefer the standalone site? Use ask.graphlit.dev.
Option 2: In Your IDE (MCP)
Integrate Ask Graphlit into Cursor, Windsurf, VS Code (Cline), or Claude Desktop.
Add this endpoint to your MCP configuration:
Cursor example:
Then use it like:
Example Queries
Pro tip: Add your preferred language to any query - "Show me TypeScript code to...", "Give me the Python version", or "How would I do this in C#?"
Ingestion
Searching & Retrieval
Conversations & RAG
Knowledge Graph
Workflows
Feeds & Connectors
What Ask Graphlit Knows
Ask Graphlit is trained on:
Documentation:
All quickstart tutorials
Platform concept pages
API patterns and best practices
MCP integration guides
Code Samples:
60+ Google Colab notebooks
Next.js application examples
Streamlit UI applications
Production patterns (from Zine)
API Coverage:
All SDK operations (Python, TypeScript, .NET)
GraphQL schema and types
Parameter options and configurations
Common error patterns and solutions
Real-World Patterns:
Multi-tenant architecture
Production deployment
Error handling
Async workflows
Tool calling with agents
Streaming responses
Tips for Best Results
Specify Your SDK/Language
Ask Graphlit supports all 3 SDKs - just mention your preference:
Instead of:
"How do I ingest content?"
Try:
"Show me TypeScript code to ingest a PDF" "Give me the Python version" "Show this in C#/.NET"
Describe Your Use Case
Instead of:
"How do I use conversations?"
Try:
"I want to chat with my ingested PDFs using GPT-4, show me the code"
Ask for Complete Examples
Instead of:
"What parameters does createWorkflow take?"
Try:
"Give me a complete example of creating a workflow with entity extraction"
Change Languages Mid-Conversation
You can switch SDKs anytime:
"Show me this in TypeScript"
"Convert that to Python"
"Give me the .NET version"
"How would this look in C#?"
Related Resources
Learn by Doing:
Quickstart: Your First Agent - Build a streaming agent in 7 minutes
AI Agents Tutorial - Build agents with memory
Sample Gallery - 60+ working examples
Understand the Concepts:
Semantic Memory - How memory works
Key Concepts - Data model overview
Platform Overview - Platform architecture
Get Help:
Discord Community - Community support
GitHub Issues - Report bugs
MCP Integration - IDE setup
Technical Details
How It Works
Ask Graphlit uses:
RAG (Retrieval Augmented Generation) - Searches documentation and samples
Code generation models - Generates syntactically correct SDK code
Schema validation - Ensures generated code matches current API
Best practices - Follows production patterns from real applications
Privacy & Security
β No credentials required - Ask Graphlit doesn't access your data
β No data stored - Conversations aren't persisted
β Open source MCP server - Inspect the code on GitHub
For accessing your actual data, use the Graphlit MCP Server with your credentials.
Frequently Asked Questions
Can Ask Graphlit access my Graphlit data?
No - Ask Graphlit only helps you write code. It doesn't have your credentials.
To search your actual data, use the Graphlit MCP Server locally with your credentials.
Does it work offline?
No - Ask Graphlit is a cloud service. However, you can browse the Sample Gallery offline.
Can I use both Ask Graphlit and Graphlit MCP Server?
Yes! Use them together:
Ask Graphlit: "How do I code this?"
Graphlit MCP Server: "Search my actual data"
Both can be configured in your IDE simultaneously.
Is it free?
Yes - Ask Graphlit is free to use. No account or credentials required.
What if the code doesn't work?
Copy the code and try it
Check the error message
Ask a follow-up question with the error
Join Discord for help
Ask Graphlit generates code based on current documentation, but edge cases may need adjustment.
Example Session
You:
I want to ingest a PDF from Google Drive and extract people and organizations. Show me the code.
Ask Graphlit:
You:
How do I wait for the feed to finish processing before querying entities?
Ask Graphlit:
You:
Show me the Python version of this
Ask Graphlit:
Get Started
π Launch Ask Graphlit in the Portal β
Or integrate it into your IDE:
Can't find what you need? Just ask! π€
Last updated
Was this helpful?