add model feat table (#10921)

This commit is contained in:
Bagatur
2023-09-22 01:10:27 -07:00
committed by GitHub
parent ee8653f62c
commit dccc20b402
8 changed files with 278 additions and 30 deletions

View File

@@ -19,4 +19,4 @@ jobs:
run: |
# We should not encourage imports directly from main init file
# Expect for hub
git grep 'from langchain import' docs | grep -vE 'from langchain import (hub)' && exit 1 || exit 0
git grep 'from langchain import' docs/{extras,docs_skeleton,snippets} | grep -vE 'from langchain import (hub)' && exit 1 || exit 0