Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 30+ AI models, with 0% extra fees
I noticed an interesting movement in the AI community. The LlamaIndex team recently released the source code of their LiteParse parser to the public, and this could significantly simplify the lives of developers working with search and document processing.
It turns out that Clelia, along with the folks from LanceDB (, in particular @tech_optimist), figured out how to optimize the entire process of agents working with information. The key idea is that LiteParse allows parsing files and extracting screenshots at the level of individual pages. This provides much greater control over how exactly the text is segmented and how embeddings are created.
Practically, this means that instead of the standard chunking approach, you can use a smarter parser from LlamaIndex, which better understands the structure of documents. This is especially useful for complex formats like PDFs with tables and images.
For those working with RAG systems or building agents on LlamaIndex, this looks like a good upgrade. Releasing the code means you can not only use a ready-made solution but also adapt LiteParse to your needs. It’s worth checking out if you’re involved in document search and indexing.