HN user

yujian

188 karma
Posts92
Comments56
View on HN
github.com 2y ago

How to mix and match dev tools for AI Agents

yujian
1pts0
github.com 2y ago

AI Agent Notebooks Using LangChain, LlamaIndex, Milvus, and More

yujian
2pts0
news.ycombinator.com 2y ago

Ask HN: How are you fine tuning LLMs?

yujian
1pts0
medium.com 2y ago

LLM Stack for 2024 – Initial Survey

yujian
3pts5
zilliz.com 2y ago

Similarity Metrics for Vector Search

yujian
3pts0
medium.com 2y ago

My December Programming Obsession (Another Advent)

yujian
1pts0
zilliz.com 2y ago

Show HN: Open-Source Advent of Code

yujian
3pts1
zilliz.com 2y ago

Llama 2 vs. ChatGPT

yujian
2pts0
developer.nvidia.com 2y ago

Nvidia speeding up Vector Search

yujian
2pts0
zilliz.com 2y ago

Getting Started Building a Chatbot on Towards Data Science

yujian
1pts0
news.ycombinator.com 2y ago

Building Intuition: Rag vs. Fine Tuning

yujian
1pts0
thenewstack.io 2y ago

Comparing Different Embeddings Models

yujian
2pts0
thenewstack.io 2y ago

A Comparison of 3 Sentence Transformer Models

yujian
1pts0
zilliz.com 2y ago

Use AI to Find Your Celebrity Stylist

yujian
1pts0
osschat.io 2y ago

Chat with Cockroach DB

yujian
2pts0
mlops.community 2y ago

Combine and Query Multiple Documents with an LLM

yujian
1pts0
www.dbta.com 2y ago

DBTA's List of Top AI Companies in 2023

yujian
1pts0
colab.research.google.com 2y ago

How to Cite Your Sources in LLM Apps

yujian
3pts0
news.ycombinator.com 3y ago

Ask HN: Is Code Commenting Outdated?

yujian
3pts6
mlops.community 3y ago

Query Multiple Documents with “LLM”

yujian
1pts0
colab.research.google.com 3y ago

iPython Notebook: Compare Your Fashion to Some Celebrities

yujian
3pts1
podcasters.spotify.com 3y ago

The Future of AI Interview with Jerry Liu

yujian
1pts0
github.com 3y ago

Chatbot Augmented with Enterprise Data

yujian
3pts0
home.mlops.community 3y ago

MLOps Community – Democratizing AI

yujian
3pts0
old.reddit.com 3y ago

Fine Tuning Falcon 7B to be a ChatBot

yujian
11pts2
www.youtube.com 3y ago

How to Solve LLM Data Problems at Scale with R2AI [video]

yujian
1pts0
pub.towardsai.net 3y ago

Permanent Vector Storage for LlamaIndex

yujian
1pts0
zilliz.com 3y ago

Benchmarking for Vector DBs (Milvus, Zilliz, Qdrant, Weaviate, Elastic Search)

yujian
2pts0
old.reddit.com 3y ago

ChatGPT Alternatives

yujian
1pts0
github.com 3y ago

OSS for training, serving, and evaluating LLM based ChatBots

yujian
2pts0

Zilliz (zilliz.com) | Hybrid/ONSITE (SF, NYC) | Full-time

I am part of the hiring team for DevRel

NYC - https://boards.greenhouse.io/zilliz/jobs/4307910005

SF - https://boards.greenhouse.io/zilliz/jobs/4317590005

Zilliz is the company behind Milvus (https://github.com/milvus-io/milvus), the most starred vector database on GitHub. Milvus is a distributed vector database that shines in 1B+ vector use cases. Examples include autonomous driving, e-commerce, and drug discovery. (and, of course, RAG)

We are also hiring for other roles that I am not personally involved in the hiring process for such as product managers, software engineers, and recruiters.

oh yeah this is a great question, I get this a lot when I do my talks about RAG stuff

the way I see it is if you have a small amount of data (<10,000 vectors) then it's all the same and you should stick with the technology you are most familiar with

once you get more than that, you may want to consider a vector database

the reason that vector databases exist is because vector search is a highly compute intensive task, in regular database settings, you almost never have to run compute, the database is primarily looking to do an exact match

however, because vector search is predicated on the idea of finding similar vectors, and because exact vector matches are unlikely, you find yourself in the situation of having to optimize that

if you're building on a sql/nosql database you find yourself having to manage indexing, computing distance metrics, and load balancing

pgvector manages much of that for you, but due to the structure of SQL, it doesn't manage it in a very efficient manner - because it wasn't built to, an extra system needs to be built on top

as many experienced software engineers will tell you, adding complexity doesn't necessarily make something better, and adds more points of failure

purpose built vector databases like the ones in the article (eg milvus, chroma, weaviate) are built with this compute challenge in mind, and this becomes useful as the amount of data you have expands

Zilliz is hiring! We're looking for REMOTE and/or HYBRID roles in SF

Zilliz is the company behind Milvus (https://github.com/milvus-io/milvus), the most widely adopted vector database. Vector databases are a crucial piece of any technology stack looking to take advantage of unstructured data. Most recently and notably, Retrieval Augmented Generation (RAG). For RAG, vector databases like Milvus are used as the tool to inject customized data. In other words, vector databases make things like customized chat bots, personalized product recommendations, and more possible.

We are hiring for Developer Advocates, Senior+ Level Engineers and Product people, and Talent Acquisition. Check out all the roles here: https://zilliz.com/careers

Zilliz | Developer Advocate, Solutions Architect | ONSITE | Full Time

Zilliz is a fast-growing startup developing the industry’s leading vector database company for enterprise-grade AI. Founded by the engineers behind Milvus, the world’s most popular open-source vector database, the company builds next-generation database technologies to help organizations quickly create AI applications. On a mission to democratize AI, Zilliz is committed to simplifying data management for AI applications and making vector databases accessible to every organization.

Developer Advocate - https://app.careerpuck.com/job-board/zilliz/job/4031246005

Solutions Architect - https://app.careerpuck.com/job-board/zilliz/job/4256138005

I work on Milvus at Zilliz and we encounter people working on LLM companies or frameworks often, I don't ask this question a lot a lot, but it looks like at the moment many companies don't have a real moat, they are just building as fast as they can and using talent/execution/funding as their moat

I've also heard some companies that build the LLMs say that those LLMs are their moat, the time, money, and research that goes into them is high

Nice, this is a cool version of ANN search. I like that at the end there is commentary on what's needed for production as well - things like parallelization, RAM considerations, and the consideration for balancing the trees. It's really the production level considerations that would steer you toward a vector database like Milvus/Zilliz

I run community events for tech interest communities (AICamp, MLOps Community)

It's work related, but not directly

Outside of that, I don't really have much of a community. I sometimes go to local meetup groups for fun. However, I feel like these are usually a waste of time ¯\_(ツ)_/¯

I think this narrative is just being sold before .zip is a new domain, I find it interesting how fast things are leveraged for hacking though, I'm wondering why this isn't as commonly noted in the AI space (where I work)