Skip to main content

Document Graph for LLM retrieval augmented genration embedding search and Completion context

Project description

Docgraph Python Library

Table of Contents

Setup

References:

  • Packaging Python Projects

  • How to Publish an Open-Source Python Package to PyPI

  • Set Up PyPI Repositories on Artifactory

  • Publish PyPI Packages to Artifactory

  • Install twine:

    pip3 install twine
    
  • The deploy script automates building and uploading the python packages

  • Build whl:

    py setup.py sdist bdist_wheel
    
  • Upload package to pipy

    twine upload dist/*
    
  • pip install:

    pip install --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net docgraph==0.0.14-dev 
    
  • reqiurements.txt install:

    • in requirements.txt:
      --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net
      ...
      docgraph==0.0.14-dev 
      
    • from the console:
      pip install -r requirements.txt
      

Constants

Functions

Classes

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

docgraph-0.0.14.dev0.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

docgraph-0.0.14.dev0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

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