Reinerの个人博客

Implementing AI customer service based on Langchain

Original link: https://reiner.host/posts/8f0289a1.html Based on Langchain llama_index >=0.6.5 GPT-3.5 websockets python >=3.10 dependence 1 2 3 4 5 6 7 8 9 10 11 pip install llama-index pip install openai pip install langchain pip install websockets pip install pandas pip install llama-hub what use Supporting private knowledge base AI question-answering chatbot, capable of both knowledge-based […]

Implementing AI customer service based on Langchain Read More »

Use llama_index to implement chatGPT intelligent question answering robot

Original link: https://reiner.host/posts/8f0289a0.html foreword With the opening of the API interface by OPENAI, the AI ​​of major manufacturers has sprung up like mushrooms after the rain. Just like the Internet fire ten years ago, the future outlet must be on AI. Of course, based on the self-training model/self-developed AI, the threshold is too high, it

Use llama_index to implement chatGPT intelligent question answering robot Read More »

JVM knowledge system integration

Original link: https://reiner.host/posts/d137c087.html foreword The information on the Internet is relatively complex, and there is little systematic information. Therefore, I collected the information and made some integration according to my own understanding. This article is for self-understanding and summary, and does not represent a standard answer. start with hello world java starts by writing ‘System.out.println(“hello

JVM knowledge system integration Read More »