Skip to main content

Create a Python package.

Project description

image image image

🔥ChatLLM🔥


Install

pip install -U llm4gpt

Docs

Usages

from chatllm.qa import QA
from chatllm.kb import FaissANN
from chatllm.chatllm import ChatLLM
from chatllm.utils import llm_load

from meutils.pipe import *

# 解析知识库
texts = []
metadatas = []
for p in Path('data').glob('*.txt'):
    texts.append(p.read_text())
    metadatas.append({'source': p})

# 文档向量化
faissann = FaissANN(model_name_or_path="shibing624/text2vec-base-chinese")
faissann.add_texts(texts, metadatas)

# 构建pipeline
model, tokenizer = llm_load(model_name_or_path="THUDM/chatglm-6b", device='cpu')
glm = ChatLLM()
glm.chat_func = partial(model.chat, tokenizer=tokenizer)

qa = QA(glm, faiss_ann=faissann.faiss_ann)

qa.get_knowledge_based_answer('周杰伦在干吗')
qa.get_knowledge_based_answer('姚明住哪里')

TODO

  • 增加UI

  • 增加本地知识库组件

  • 增加互联网搜索组件

  • 增加知识图谱组件

  • 增加微调模块

  • 增加流式输出

======= History

0.0.0 (2023-04-11)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ChatOCR-2023.4.25.9.49.0.tar.gz (3.8 MB view details)

Uploaded Source

Built Distribution

ChatOCR-2023.4.25.9.49.0-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file ChatOCR-2023.4.25.9.49.0.tar.gz.

File metadata

  • Download URL: ChatOCR-2023.4.25.9.49.0.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.13

File hashes

Hashes for ChatOCR-2023.4.25.9.49.0.tar.gz
Algorithm Hash digest
SHA256 a92d32a57c1ebeea40580c3499dc972d7042ada976c33a303fc90867c0e26045
MD5 6690e5b759bfdffbec93a033999cddde
BLAKE2b-256 0c775bf30273a712e38100d894f9e5ff46ee931eebcc6257e8cb5841f8d06591

See more details on using hashes here.

File details

Details for the file ChatOCR-2023.4.25.9.49.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ChatOCR-2023.4.25.9.49.0-py3-none-any.whl
Algorithm Hash digest
SHA256 260767c52d9f66620e76cfe6472944ed09113e833937bbed38ab97462ce71f01
MD5 10e094adbb2e61221a2440b70600566d
BLAKE2b-256 454d95de67c6846226de69943679bac2cb26d147fb8be287ef99aac6b69814c4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page