Deepak Kumar

Results 3 issues of Deepak Kumar

### .env # Generic TEXT_EMBEDDINGS_MODEL=sentence-transformers/all-MiniLM-L6-v2 TEXT_EMBEDDINGS_MODEL_TYPE=HF # LlamaCpp or HF USE_MLOCK=false # Ingestion PERSIST_DIRECTORY=db DOCUMENTS_DIRECTORY=source_documents INGEST_CHUNK_SIZE=500 INGEST_CHUNK_OVERLAP=50 INGEST_N_THREADS=5 # Generation # MODEL_TYPE=LlamaCpp # GPT4All or LlamaCpp MODEL_TYPE=GPT4All # MODEL_PATH=eachadea/ggml-vicuna-7b-1.1/ggml-vic7b-q5_1.bin MODEL_PATH=TheBloke/GPT4All-13B-snoozy-GGML/GPT4All-13B-snoozy.ggmlv3.q4_0.bin...

**Is your feature request related to a problem? Please describe.** I am a aws bedrock user and interested in integrating ScrapeGraph with aws Bedrock models ecosystem. **Describe the solution you'd...

**Describe the bug** Extract same code copied from example of Azure (below), trying to execute it on Jupyter notebook. python3.11 **To Reproduce** Steps to reproduce the behavior: ```from langchain_openai import...

bug