queries.txt 930 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # Complex queries
  33. how to implement caching with redis in nodejs
  34. best practices for api rate limiting
  35. setting up ci cd pipeline with github actions