Skip to content

psychic-api/connect-to-confluence-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-to-confluence-tutorial

This is the code for the tutorial here, showing how to connect articles from a Confluence space to LLMs using Psychic, Chroma, and LangChain.

Running

  1. Create an account at https://dashboard.psychic.dev/ (it's free) and connect a Confluence account.
  2. Rename rename.env to .env and fill in your own OPENAI_API_KEY and PSYCHIC_SECRET_KEY.
  3. Replace account_id in main.py with the Account ID you used to connect to Confluence in step 1.
  4. Install poetry to run this project in a virtual environment.
  5. Run the following in order:
    poetry install
    poetry shell
    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages