You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/docs_skeleton
vrushankportkey 5f10d2ea1d
Add Portkey LLMOps integration (#7877)
Integrating Portkey, which adds production features like caching,
tracing, tagging, retries, etc. to langchain apps.

  - Dependencies: None
  - Twitter handle: https://twitter.com/portkeyai
  - test_portkey.py added for tests
  - example notebook added in new utilities folder in modules
  
 Also fixed a bug with OpenAIEmbeddings where headers weren't passing.

cc @baskaryan

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
1 year ago
..
docs Improve vector store onboarding exp (#6698) 1 year ago
src docs: Mendable Search Improvements (#7744) 1 year ago
static Add Portkey LLMOps integration (#7877) 1 year ago
.gitignore Doc refactor (#6300) 1 year ago
README.md Doc refactor (#6300) 1 year ago
babel.config.js Doc refactor (#6300) 1 year ago
code-block-loader.js Doc refactor (#6300) 1 year ago
docusaurus.config.js add ls link (#7847) 1 year ago
ignore_build.sh fix prod docs build (#6402) 1 year ago
package-lock.json docs: Mendable: Fixes pretty sources not working (#7863) 1 year ago
package.json docs: Mendable: Fixes pretty sources not working (#7863) 1 year ago
settings.ini Doc refactor (#6300) 1 year ago
sidebars.js update api link (#6303) 1 year ago
vercel.json Redirect old text splitter page (#7708) 1 year ago
vercel_build.sh Doc refactor (#6300) 1 year ago

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Continuous Integration

Some common defaults for linting/formatting have been set for you. If you integrate your project with an open source Continuous Integration system (e.g. Travis CI, CircleCI), you may check for issues using the following command.

$ yarn ci