queries.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Test queries for QMD query expansion evaluation
  2. # One query per line, comments start with #
  3. # Technical documentation
  4. how to configure authentication
  5. typescript async await
  6. docker compose networking
  7. git rebase vs merge
  8. react useEffect cleanup
  9. # Short/ambiguous queries
  10. auth
  11. config
  12. setup
  13. api
  14. # Named entities (critical for entity preservation testing)
  15. who is TDS motorsports
  16. React hooks tutorial
  17. Docker container networking
  18. Kubernetes pod deployment
  19. AWS Lambda functions
  20. # Personal notes / journals style
  21. meeting notes project kickoff
  22. ideas for new feature
  23. todo list app architecture
  24. # Research / learning
  25. what is dependency injection
  26. difference between sql and nosql
  27. kubernetes vs docker swarm
  28. # Error/debugging
  29. connection timeout error
  30. memory leak debugging
  31. cors error fix
  32. # Temporal / recency queries (should expand with years, "recent", "latest")
  33. recent news about Shopify
  34. latest AI developments
  35. best laptops right now
  36. what changed in kubernetes latest version
  37. # Complex queries
  38. how to implement caching with redis in nodejs
  39. best practices for api rate limiting
  40. setting up ci cd pipeline with github actions