Skip to content

v3ucn/llama_index_examples_python3.10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

llama_index_examples_python3.10

How to use

pip3 install llama-index
pip3 install --upgrade langchain
if __name__ == '__main__':
    
    llma = LLma()

    # 建立索引
    llma.create_index()

    # 查询索引
    llma.query_index("讲一下美女蛇的故事")

About

llama_index_examples_python3.10 基于ChatGPT的垂直领域语料向量索引优化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages