Vector database learning

Vector Database Learning

Vector database learning I learned rust today and found that rust is a very suitable language for writing databases. I found a treasure project tikv. Its github project address is https://github.com/tikv/tikv . It is a very active project, but today I The topic is vector database in the field of AI. Without further ado, let’s get started right away. prerequisites 0.1 Introduction to basic knowledge: Understand the basic definition of vector database and its difference from traditional database. 0.2 Data Structure Basics: Learn vectors and other basic data structures, and how to represent and manipulate these structures in databases. 0.3 Introduction to Linear Algebra: Introduction to vector operations, including vector addition, subtraction and dot multiplication. 0.4 Similarity measures: Learn how to calculate similarity between vectors, such as cosine similarity. 0.5 Basics of Database Index: Introduces the basic concepts of database index, especially its application in vector databases. 0.6 Preliminary Search Algorithms: Learn basic search algorithms and understand how to perform effective searches in large data sets. 0.7 Application case studies: Study the application of vector databases in different fields (such as recommendation systems, image recognition). ...

January 20, 2024 · 39 min · 8125 words · Xinwei Xiong, Me

Use Auto Gpt

Preface 🔮 In my Slack workspace, multiple AIs are integrated, including ChatGPT 4, ChatGPT 3.5, Claude… We can interact with AI for free and without restrictions through Slack. Everyone is welcome to join Slack. Here is the link: https://join.slack.com/t/kubecub/shared_invite/zt-1se0k2bae-lkYzz0_T~BYh3rjkvlcUqQ introduce I learned about Auto-GPT a long time ago. As the fastest growing project on GitHub in recent times (one of them), Auto-GPT is well known in the open source community. It has even quickly surpassed Kubernetes. Currently, there are 125k stars. ...

March 18, 2023 · 9 min · 1790 words · Xinwei Xiong, Me