Thursday 2024-10-31 Assorted Links
Assorted links for Thursday, October 31:
- The Future of APIs: Lessons in Security, Composability, AI
- How Apollo Makes LLMs More Reliable with GraphQL
GraphQL’s structured query language proves to be an ideal match for AI tools, offering more reliable and focused results compared to broader LLM applications.
- How useful is the hint passed to the std::unordered_… collections?: An unsorted followup on Speeding up the insertion of a sorted (or mostly-sorted) key list into a std::map or other ordered associative container
- What is a Vector Database & How Does it Work? Use Cases + Examples
- What is Retrieval-Augmented Generation (RAG)?