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
Reid Falconer 0534ba5a7d
langchain[patch]: return formatted SPARQL query on demand (#11263)
- **Description:** Added the `return_sparql_query` feature to the
`GraphSparqlQAChain` class, allowing users to get the formatted SPARQL
query along with the chain's result.
  - **Issue:** NA
  - **Dependencies:** None

Note: I've ensured that the PR passes linting and testing by running
make format, make lint, and make test locally.

I have added a test for the integration (which relies on network access)
and I have added an example to the notebook showing its use.
3 months ago
..
api_reference docs: sorting `Examples using ...` section (#17588) 3 months ago
data 👥 Update LangChain people data (#17900) 3 months ago
docs langchain[patch]: return formatted SPARQL query on demand (#11263) 3 months ago
scripts infra: add print rule to ruff (#16221) 4 months ago
src 👥 Update LangChain people data (#17743) 3 months ago
static docs: logo (#17972) 3 months ago
.local_build.sh docs: partner packages (#16960) 4 months ago
README.md docs: developer docs (#14776) 5 months ago
babel.config.js Restructure docs (#11620) 8 months ago
code-block-loader.js Restructure docs (#11620) 8 months ago
docusaurus.config.js docs: logo (#17972) 3 months ago
package-lock.json docs[patch]: search experiment (#14254) 6 months ago
package.json 👥 Update LangChain people data (#17743) 3 months ago
settings.ini Restructure docs (#11620) 8 months ago
sidebars.js docs: `Toolkits` menu (#16217) 4 months ago
vercel.json Redirect the expression language guides (#17914) 3 months ago
vercel_build.sh docs: add LangGraph (#15682) 5 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 6 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide