queries.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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
  41. # Personal entity preservation (issue #247: entity stripping)
  42. # Model MUST preserve person names in lex and vec output
  43. meeting with Bob about C++
  44. Sarah's presentation on Q4 goals
  45. email from Dave about the deployment issue
  46. notes from the Project Atlas kickoff
  47. feedback from the Horizon team retro
  48. conversation with Lisa about the design mockups
  49. # Quoted phrases (issue #247: lex phrase syntax)
  50. # Model should use "quoted phrases" for multi-word proper nouns in lex
  51. natural language processing transformers
  52. monte carlo simulation finance
  53. cross site scripting prevention
  54. visual studio code extensions
  55. principal component analysis dimensionality reduction
  56. # Negation / disambiguation (issue #247: lex negation syntax)
  57. # Model should use -term to exclude related-but-wrong results in lex
  58. rust ownership and borrowing
  59. java stream api filtering
  60. apple silicon mac development
  61. python web scraping beautiful soup
  62. # /only: mode tests - should output ONLY the requested type
  63. auth /only:lex
  64. React hooks tutorial /only:lex
  65. kubernetes pod deployment /only:vec
  66. how to configure authentication /only:vec
  67. TDS motorsports history /only:hyde
  68. AWS Lambda cold start /only:hyde