langchain/docs
Eugene Yurtsev 06e524416c
power bi api wrapper integration tests & bug fix (#4983)
# Powerbi API wrapper bug fix + integration tests

- Bug fix by removing `TYPE_CHECKING` in in utilities/powerbi.py
- Added integration test for power bi api in
utilities/test_powerbi_api.py
- Added integration test for power bi agent in
agent/test_powerbi_agent.py
- Edited .env.examples to help set up power bi related environment
variables
- Updated demo notebook with working code in
docs../examples/powerbi.ipynb - AzureOpenAI -> ChatOpenAI

Notes: 

Chat models (gpt3.5, gpt4) are much more capable than davinci at writing
DAX queries, so that is important to getting the agent to work properly.
Interestingly, gpt3.5-turbo needed the examples=DEFAULT_FEWSHOT_EXAMPLES
to write consistent DAX queries, so gpt4 seems necessary as the smart
llm.

Fixes #4325

## Before submitting

Azure-core and Azure-identity are necessary dependencies

check integration tests with the following:
`pytest tests/integration_tests/utilities/test_powerbi_api.py`
`pytest tests/integration_tests/agent/test_powerbi_agent.py`

You will need a power bi account with a dataset id + table name in order
to test. See .env.examples for details.

## Who can review?
@hwchase17
@vowelparrot

---------

Co-authored-by: aditya-pethe <adityapethe1@gmail.com>
2023-05-19 11:25:52 -04:00
..
_static docs: Mendable Fixes and Improvements (#4184) 2023-05-05 13:04:24 -07:00
additional_resources Update gallery (#4873) 2023-05-17 20:59:41 -07:00
getting_started Update tutorials.md (#4960) 2023-05-19 10:40:14 -04:00
integrations docs: compound ecosystem and integrations (#4870) 2023-05-18 09:29:57 -07:00
modules power bi api wrapper integration tests & bug fix (#4983) 2023-05-19 11:25:52 -04:00
reference docs: compound ecosystem and integrations (#4870) 2023-05-18 09:29:57 -07:00
tracing Some notebook and client fixes (add retries, clean up docs, etc) (#4820) 2023-05-16 20:23:00 -07:00
use_cases Typos (#4851) 2023-05-17 11:52:22 -04:00
conf.py
dependents.md docs: added ecosystem/dependents page (#4941) 2023-05-18 13:11:08 -07:00
index.rst docs: added ecosystem/dependents page (#4941) 2023-05-18 13:11:08 -07:00
integrations.rst docs: compound ecosystem and integrations (#4870) 2023-05-18 09:29:57 -07:00
make.bat
Makefile
reference.rst
requirements.txt