2024-02-03
Job Seeking And Automated Llm Agents For Browsing And Searching

在BOSS直聘上面搜索腾讯、字节、阿里、微软等关键词,投递简历。官网上传简历的步骤比较繁琐。

外国的企业建议在Linkedin上面聊。发送邮件或者官网投送一般都没回复。(或许是我简历写的不好么)

英文简历不要用ChatGPT写,页数要够4页。


Arc近日将推出mac端的Arc自动浏览功能,iPhone端的Arc Search在Preview商店里面可以下载。

Arc浏览器貌似优化较差,速度较慢,界面用起来非常不习惯。

邮箱:careers@thebrowser.company


LeptonAI推出Lepton Search项目(对话式搜索引擎),需要用Lepton API和Bing API。

LeptonAI有状态机JSON格式输出/方法调用的实现。不过建议给大模型一定的思考空间,不要一上来就叫它给答案。

邮箱:info@lepton.ai

Read More

2023-12-20
Rag In My Mind

rankrag

standford storm 2.0 writer

togethercomputer moa

starrag

hipporag

https://github.com/microsoft/graphrag

https://github.com/danielmiessler/fabric

https://github.com/infiniflow/ragflow

https://github.com/Jenqyang/LLM-Powered-RAG-System

https://github.com/lamini-ai/Lamini-Memory-Tuning


llm generate images for content

llm generate tags & categories for content

llm generate embedding for content

llm generate query words

llm generate query image/audio

system perform full text search

system perform vector search

llm generate relevance or preference

llm generate potential query for content

system update relevance based on llm preference

Read More