Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 91058e4

Browse files
authored
Cache bust
1 parent db121a9 commit 91058e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Code Indexer Loop
22

3-
[![PyPI version](https://badge.fury.io/py/code-indexer-loop.svg)](https://pypi.org/project/code-indexer-loop/)
4-
[![License](https://img.shields.io/github/license/definitive-io/code-indexer-loop)](LICENSE)
5-
[![Forks](https://img.shields.io/github/forks/definitive-io/code-indexer-loop)](https://github.com/definitive-io/code-indexer-loop/network)
6-
[![Stars](https://img.shields.io/github/stars/definitive-io/code-indexer-loop)](https://github.com/definitive-io/code-indexer-loop/stargazers)
3+
[![PyPI version](https://badge.fury.io/py/code-indexer-loop.svg?v=2)](https://pypi.org/project/code-indexer-loop/)
4+
[![License](https://img.shields.io/github/license/definitive-io/code-indexer-loop?v=2)](LICENSE)
5+
[![Forks](https://img.shields.io/github/forks/definitive-io/code-indexer-loop?v=2)](https://github.com/definitive-io/code-indexer-loop/network)
6+
[![Stars](https://img.shields.io/github/stars/definitive-io/code-indexer-loop?v=2)](https://github.com/definitive-io/code-indexer-loop/stargazers)
77
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com?style=social&label=Follow%20%40DefinitiveIO)](https://twitter.com/definitiveio)
88
[![Discord](https://dcbadge.vercel.app/api/server/CPJJfq87Vx?compact=true&style=flat)](https://discord.gg/CPJJfq87Vx)
99

@@ -76,4 +76,4 @@ Run the unit tests by invoking `pytest` in the root.
7676
Please see the LICENSE file provided with the source code.
7777

7878
## Attribution
79-
We'd like to thank the Sweep AI for publishing their ideas about code chunking. Read their blog posts about the topic [here](https://docs.sweep.dev/blogs/chunking-2m-files) and [here](https://docs.sweep.dev/blogs/chunking-improvements). The implementation in `code_indexer_loop` is modified from their original implementation mainly to limit based on tokens instead of characters and to achieve perfect document reconstruction (`"".join(chunks) == original_source_code`).
79+
We'd like to thank the Sweep AI for publishing their ideas about code chunking. Read their blog posts about the topic [here](https://docs.sweep.dev/blogs/chunking-2m-files) and [here](https://docs.sweep.dev/blogs/chunking-improvements). The implementation in `code_indexer_loop` is modified from their original implementation mainly to limit based on tokens instead of characters and to achieve perfect document reconstruction (`"".join(chunks) == original_source_code`).

0 commit comments

Comments
 (0)