This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
langchain
Watch
2
Star
0
Fork
1
You've already forked langchain
mirror of
https://github.com/hwchase17/langchain
synced
2024-10-31 15:20:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5448e16fe6
langchain
/
docs
/
.gitignore
3 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docs: update func calling doc (#18300)
2024-02-29 17:45:07 +00:00
/.quarto/
docs[minor]: Swap gtag for supabase (#18937) Added deps: - `@supabase/supabase-js` - for sending inserts - `supabase` - dev dep, for generating types via cli - `dotenv` for loading env vars Added script: - `yarn gen` - will auto generate the database schema types using the supabase CLI. Not necessary for development, but is useful. Requires authing with the supabase CLI (will error out w/ instructions if you're not authed). Added functionality: - pulls users IP address (using a free endpoint: `https://api.ipify.org` so we can filter out abuse down the line) TODO: - [x] add env vars to vercel
2024-03-11 21:23:12 +00:00
src/supabase.d.ts
infra: cleanup docs build (#21134) Refactors the docs build in order to: - run the same `make build` command in both vercel and local build - incrementally build artifacts in 2 distinct steps, instead of building all docs in-place (in vercel) or in a _dist dir (locally) Highlights: - introduces `make build` in order to build the docs - collects and generates all files for the build in `docs/build/intermediate` - renders those jupyter notebook + markdown files into `docs/build/outputs` And now the outputs to host are in `docs/build/outputs`, which will need a vercel settings change. Todo: - [ ] figure out how to point the right directory (right now deleting and moving docs dir in vercel_build.sh isn't great)
2024-05-02 00:34:05 +00:00
build
Reference in New Issue
Copy Permalink