langchain/langchain
SvMax 1d649b127e
Added param to return only a structured json from the get_format_instructions method (#5848)
I just added a parameter to the method get_format_instructions, to
return directly the JSON instructions without the leading instruction
sentence. I'm planning to use it to define the structure of a JSON
object passed in input, the get_format_instructions().

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-08 02:57:26 -04:00
..
agents Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
callbacks Make Ref Example Threadsafe (#7383) 2023-07-07 21:50:42 -07:00
chains Fix buggy output from GraphQAChain (#7372) 2023-07-07 17:19:53 -04:00
chat_models fix jina (#7392) 2023-07-08 02:41:54 -04:00
client Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
docstore Enable InMemoryDocstore to be constructed without providing a dict (#6976) 2023-07-05 16:56:31 -04:00
document_loaders Allow passing api key into OpenAIWhisperParser (#7281) 2023-07-07 15:07:45 -04:00
embeddings Bagatur/clarifai update (#7324) 2023-07-07 02:23:20 -04:00
evaluation Add single run eval loader (#7390) 2023-07-07 23:06:49 -07:00
experimental Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
graphs Support for SPARQL (#7165) 2023-07-05 13:00:16 -04:00
indexes Allow passing custom prompts to GraphIndexCreator (#7381) 2023-07-08 01:47:53 -04:00
llms update MosaicML inputs and outputs (#7348) 2023-07-07 17:23:11 -04:00
load docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00
memory Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
output_parsers Added param to return only a structured json from the get_format_instructions method (#5848) 2023-07-08 02:57:26 -04:00
prompts Jinja2 validation changed to issue warnings rather than issuing exceptions. (#7161) 2023-07-05 14:04:29 -04:00
retrievers Rename Databerry to Chaindesk (#7022) 2023-07-07 17:28:04 -04:00
schema Load Run Evaluator (#7101) 2023-07-07 19:57:59 -07:00
tools Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
utilities docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00
vectorstores Upgrade the AwaDB from 0.3.5 to 0.3.6 (#7363) 2023-07-07 20:41:17 -07:00
__init__.py move base prompt to schema (#6995) 2023-07-02 22:38:59 -04:00
base_language.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
cache.py Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
docker-compose.yaml Update docker-compose.yaml (#3582) 2023-04-26 15:11:59 -07:00
document_transformers.py The Fellowship of the Vectors: New Embeddings Filter using clustering. (#7015) 2023-07-07 10:28:17 -07:00
env.py Use LCP Client in Tracer (#5908) 2023-06-08 21:15:14 -07:00
example_generator.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
formatting.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
input.py FileCallbackHandler (#5589) 2023-06-03 16:48:48 -07:00
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 2023-05-22 11:55:48 -07:00
model_laboratory.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
py.typed Add py.typed marker to package (#121) 2022-11-12 11:22:32 -08:00
python.py Move PythonRepl -> langchain.utilities (#2917) 2023-04-15 10:50:25 -07:00
requests.py fix: missing parameter in POST/PUT/PATCH HTTP requests (#7194) 2023-07-05 12:47:30 -04:00
serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
server.py Fix for ModuleNotFoundError while running langchain-server. Issue #5833 (#6077) 2023-06-13 08:37:07 -07:00
sql_database.py docs : add cnosdb to Ecosystem Integrations (#7316) 2023-07-07 01:35:22 -04:00
text_splitter.py docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00
utils.py docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00