| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # Test queries for QMD query expansion evaluation
- # One query per line, comments start with #
- # Technical documentation
- how to configure authentication
- typescript async await
- docker compose networking
- git rebase vs merge
- react useEffect cleanup
- # Short/ambiguous queries
- auth
- config
- setup
- api
- # Named entities (critical for entity preservation testing)
- who is TDS motorsports
- React hooks tutorial
- Docker container networking
- Kubernetes pod deployment
- AWS Lambda functions
- # Personal notes / journals style
- meeting notes project kickoff
- ideas for new feature
- todo list app architecture
- # Research / learning
- what is dependency injection
- difference between sql and nosql
- kubernetes vs docker swarm
- # Error/debugging
- connection timeout error
- memory leak debugging
- cors error fix
- # Temporal / recency queries (should expand with years, "recent", "latest")
- recent news about Shopify
- latest AI developments
- best laptops right now
- what changed in kubernetes latest version
- # Complex queries
- how to implement caching with redis in nodejs
- best practices for api rate limiting
- setting up ci cd pipeline with github actions
- # Personal entity preservation (issue #247: entity stripping)
- # Model MUST preserve person names in lex and vec output
- meeting with Bob about C++
- Sarah's presentation on Q4 goals
- email from Dave about the deployment issue
- notes from the Project Atlas kickoff
- feedback from the Horizon team retro
- conversation with Lisa about the design mockups
- # Quoted phrases (issue #247: lex phrase syntax)
- # Model should use "quoted phrases" for multi-word proper nouns in lex
- natural language processing transformers
- monte carlo simulation finance
- cross site scripting prevention
- visual studio code extensions
- principal component analysis dimensionality reduction
- # Negation / disambiguation (issue #247: lex negation syntax)
- # Model should use -term to exclude related-but-wrong results in lex
- rust ownership and borrowing
- java stream api filtering
- apple silicon mac development
- python web scraping beautiful soup
- # /only: mode tests - should output ONLY the requested type
- auth /only:lex
- React hooks tutorial /only:lex
- kubernetes pod deployment /only:vec
- how to configure authentication /only:vec
- TDS motorsports history /only:hyde
- AWS Lambda cold start /only:hyde
|