XariZaru

Results 5 issues of XariZaru

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

auto:bug
integration: chroma
area: retriever

Some background. My company uses SSO for all their Microsoft products. I am trying to access their sharepoint site for web scraping purposes. ```python import sharepy base_url = "https://[company].sharepoint.com" s...

Hi, Can a .PEM be used in place of the .CER for the Azure AAD verification method?

I received the following issue: ```python Some algorithms requires "pip install cryptography". See https://pyjwt.readthedocs.io/en/latest/installation.html#cryptographic-dependencies-optional Traceback (most recent call last): File "C:\Users\jnguyen-a\AppData\Local\Programs\Python\Python311\Lib\site-packages\jwt\algorithms.py", line 350, in prepare_key RSAPrivateKey, load_pem_private_key(key_bytes, password=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

question

### What happened? After deleting all the documents I added, the size of the sqlite3 file is still the same. The size definitely increments after adding more... but I have...

bug