Performance Improvements in .NET 9
Take an in-depth tour through hundreds of performance improvements in .NET 9. The post Performance Improvements in .NET 9 appeared first on .NET Blog.
Monthly News – August 2024
Many thanks for your donations and for your support. Server upgrades The repository servers were upgraded. They’re now able to serve packages at 10gbps, which is 10 times faster than before. We no longer observe bottlenecks during large updates w...
Using the Pinecone vector database in .NET
If you’re building generative AI applications, you need to control the data used to generate answers to user queries. Simply dropping ChatGPT into your platform isn’t going to work, especially if you’re using proprietary data that wasn’t part ...
Using PostgreSQL as a vector database in RAG
PostgreSQL with the pgvector extension allows tables to be used as storage for vectors, each of which is saved as a row. It also allows any number of metadata columns to be added. In an enterprise application, this hybrid capability of storing both ve...