Piyush Jain

Results 29 issues of Piyush Jain

## Description I am not able to install via conda on an M1 Macbook. Seems like there is no distribution setup for osx_arm64. ```sh conda install xeus-sql -c conda-forge Collecting...

Resolves https://github.com/jupyterlab/jupyterlab-data-explorer/issues/145, https://github.com/jupyterlab/jupyterlab-data-explorer/issues/146, and https://github.com/jupyterlab/jupyterlab-data-explorer/issues/147. Rekindling the data registry project with a simplified DataRegistry and Dataset interfaces. The package has been re-written from scratch using the latest `cookiecutter` template with...

Added a debug file to allow server debugging by adding breakpoints directly within an IDE. Also, added a launch configuration for vscode that allows using the debugger interface within the...

documentation

### Problem Current jupyter-server code doesn't have a base handler or utility for creating authenticated web socket APIs. An example of an authenticated web socket is present in `AuthenticatedZMQStreamHandler`. https://github.com/jupyter-server/jupyter_server/blob/77be2f5095db195db6aa872e24b5d49c3b53892b/jupyter_server/base/zmqhandlers.py#L303-L348...

enhancement
contributing-hour-idea

This issue pertains to tasks related to creating a deployment template for deploying an API Gateway + Lambda + langchain backed service to AWS.

Documentation for Indexes covers local indexes that use local loaders and indexes. https://langchain.readthedocs.io/en/latest/modules/indexes/getting_started.html Is there an appropriate interface for connecting with a remote search index? Is `DocStore` the correct interface...

## Problem The current `DirectoryLoader` class relies on the python `glob` and `rglob` utilities to load the filepaths. These utilities in python don't support advanced file patterns, for example specifying...

Add a Retrieval Augmented Generation (RAG) template that can connect to external knowledge sources.

### Problem Current Telemetry handler is logging events to the server log, there is no option to write the telemetry events to a separate log. ### Proposed Solution - By...

enhancement