Thanks to visit codestin.com
Credit goes to github.com

Skip to content

howdyGreens/gtmRAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Running the Script:

Processing and Storing Chunks: Place your text file in the project directory and execute the script with Python.

Make sure your virtual environment where Python is set up is active.

Retrieving and Using Chunks: Use the retrieve_chunks() function within the script or integrate it into your application to get the chunks for further processing.

junebug_prompts_chunks_project/ │ ├── virtual/ # Virtual environment folder │ ├── text_manager.py # Python script for text processing │ ├── example.txt # Example text file for testing │ └── text_chunks.db # SQLite database (will be created after first run)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages